summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/rabbit.hrl2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index d3c9ffee4b..1e2e52746c 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -157,6 +157,8 @@
txn :: maybe(txn()),
sender :: pid(),
message :: message()}).
+%% this really should be an abstract type
+-type(qmsg() :: {queue_name(), pid(), msg_id(), boolean(), message()}).
-type(listener() ::
#listener{node :: erlang_node(),
protocol :: atom(),