diff options
author | Matthias Radestock <matthias@lshift.net> | 2009-05-20 06:25:28 +0100 |
---|---|---|
committer | Matthias Radestock <matthias@lshift.net> | 2009-05-20 06:25:28 +0100 |
commit | 5560bd99752526f0c8ab6f5fe145e052d7ab98be (patch) | |
tree | 12e90e652f8e1198f1cfb72bbdf7f1f1712b7233 /include | |
parent | 244bd0da5e65d1e811930ec9566d6c20318aa4c7 (diff) | |
download | rabbitmq-server-5560bd99752526f0c8ab6f5fe145e052d7ab98be.tar.gz |
rationalise publish/route result types
Diffstat (limited to 'include')
-rw-r--r-- | include/rabbit.hrl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl index c707112f..ffda0698 100644 --- a/include/rabbit.hrl +++ b/include/rabbit.hrl @@ -143,6 +143,7 @@ host :: string() | atom(), port :: non_neg_integer()}). -type(not_found() :: {'error', 'not_found'}). +-type(routing_result() :: 'routed' | 'unroutable' | 'not_delivered'). -endif. |