rabbit_backing_queue: pass mc:state() to discard callback
This commit is contained in:
parent
cc0458a139
commit
b49ba9630a
|
@ -105,7 +105,7 @@
|
||||||
|
|
||||||
%% Called to inform the BQ about messages which have reached the
|
%% Called to inform the BQ about messages which have reached the
|
||||||
%% queue, but are not going to be further passed to BQ.
|
%% queue, but are not going to be further passed to BQ.
|
||||||
-callback discard(rabbit_types:basic_message(), pid(), state()) -> state().
|
-callback discard(mc:state(), pid(), state()) -> state().
|
||||||
|
|
||||||
%% Return ids of messages which have been confirmed since the last
|
%% Return ids of messages which have been confirmed since the last
|
||||||
%% invocation of this function (or initialisation).
|
%% invocation of this function (or initialisation).
|
||||||
|
|
Loading…
Reference in New Issue