diff options
| author | Matthew Sackman <matthew@lshift.net> | 2010-04-12 11:55:36 +0100 |
|---|---|---|
| committer | Matthew Sackman <matthew@lshift.net> | 2010-04-12 11:55:36 +0100 |
| commit | 2a30a233aeca8fb95a3312ce9c950d1749081144 (patch) | |
| tree | c04c374f16a9474995d299810a6eb69056f84016 /include/rabbit.hrl | |
| parent | e71d2d1311d53ea099e83e765c7db64f7407eb9b (diff) | |
| download | rabbitmq-server-git-2a30a233aeca8fb95a3312ce9c950d1749081144.tar.gz | |
msg_id => guid in type specs, field names and function names. Vars still todo
Diffstat (limited to 'include/rabbit.hrl')
| -rw-r--r-- | include/rabbit.hrl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl index 4b1be43cda..982d90e909 100644 --- a/include/rabbit.hrl +++ b/include/rabbit.hrl @@ -89,7 +89,7 @@ %% this is really an abstract type, but dialyzer does not support them -type(guid() :: binary()). --type(msg_id() :: guid()). +-type(msg_id() :: non_neg_integer()). -type(txn() :: guid()). -type(pkey() :: guid()). -type(r(Kind) :: |
