Skip to content

Commit 71a7b41

Browse files
Merge pull request #13382 from noxdafox/main
rabbit_backing_queue: pass mc:state() to discard callback
2 parents cc0458a + b49ba96 commit 71a7b41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit/src/rabbit_backing_queue.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105

106106
%% Called to inform the BQ about messages which have reached the
107107
%% queue, but are not going to be further passed to BQ.
108-
-callback discard(rabbit_types:basic_message(), pid(), state()) -> state().
108+
-callback discard(mc:state(), pid(), state()) -> state().
109109

110110
%% Return ids of messages which have been confirmed since the last
111111
%% invocation of this function (or initialisation).

0 commit comments

Comments
 (0)