diff options
| author | Matthias Radestock <matthias@lshift.net> | 2009-09-07 06:22:08 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@lshift.net> | 2009-09-07 06:22:08 +0100 |
| commit | 65da253fc1703c39948bec6e388659809cf1bc54 (patch) | |
| tree | 8828a0b59ca1be6a2f012bf3dd586e51b2e8cc06 /include/rabbit.hrl | |
| parent | 5ec33189ebe4137ec8d5f4a60c0af69c6bc249da (diff) | |
| download | rabbitmq-server-git-65da253fc1703c39948bec6e388659809cf1bc54.tar.gz | |
resolve msg_id type confusion
rabbit_mixed_queue and rabbit_disk_queue see guids, not non_neg_integers.
Diffstat (limited to 'include/rabbit.hrl')
| -rw-r--r-- | include/rabbit.hrl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl index 25a3673263..c17ac7eb5a 100644 --- a/include/rabbit.hrl +++ b/include/rabbit.hrl @@ -157,9 +157,6 @@ txn :: maybe(txn()), sender :: pid(), message :: message()}). -%% this really should be an abstract type --type(msg_id() :: non_neg_integer()). --type(msg() :: {queue_name(), pid(), msg_id(), bool(), message()}). -type(listener() :: #listener{node :: erlang_node(), protocol :: atom(), |
