rabbit_backing_queue: pass mc:state() to discard callback

This commit is contained in:
Matteo Cafasso 2025-02-20 23:30:10 +02:00
parent cc0458a139
commit b49ba9630a
1 changed files with 1 additions and 1 deletions

View File

@ -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).