Skip to content

Commit af21e80

Browse files
author
Loïc Hoguin
committed
Fix compilation following rebase
1 parent ef7c68a commit af21e80

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deps/rabbit/src/rabbit_variable_queue.erl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2580,7 +2580,8 @@ maybe_deltas_to_betas(DelsAndAcksFun,
25802580
ram_bytes = RamBytes,
25812581
disk_read_count = DiskReadCount,
25822582
delta_transient_bytes = DeltaTransientBytes,
2583-
transient_threshold = TransientThreshold },
2583+
transient_threshold = TransientThreshold,
2584+
version = Version },
25842585
MemoryLimit) ->
25852586
#delta { start_seq_id = DeltaSeqId,
25862587
count = DeltaCount,

0 commit comments

Comments
 (0)