summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTony Garnock-Jones <tonyg@lshift.net>2009-06-03 13:27:45 +0100
committerTony Garnock-Jones <tonyg@lshift.net>2009-06-03 13:27:45 +0100
commitc73554779aa309e576f88cad973484b72e0c2302 (patch)
tree6afdbde61d9d52d20e81be5ad8a59f7764057465 /include
parent21e007dae8bcf307fd6a20287e0774b647c2e519 (diff)
parent4acd85206cee5e439a45eabff1e8b567bd90cb63 (diff)
downloadrabbitmq-server-git-c73554779aa309e576f88cad973484b72e0c2302.tar.gz
merge bug20654 into default
Diffstat (limited to 'include')
-rw-r--r--include/rabbit.hrl1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index c707112f87..ffda069840 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.