Skip to content
This repository was archived by the owner on Nov 17, 2020. It is now read-only.

Commit 7eff8a5

Browse files
committed
Add quorum_leader to amqqueue record
[#154472407]
1 parent 565b8fb commit 7eff8a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/rabbit.hrl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@
146146
options = #{},
147147
type = classic,
148148
created_at, %% immutable
149-
quorum_nodes }).
149+
quorum_nodes,
150+
quorum_leader }).
150151

151152
-record(exchange_serial, {name, next}).
152153

0 commit comments

Comments
 (0)