summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
diff options
context:
space:
mode:
authorTony Garnock-Jones <tonyg@lshift.net>2009-06-03 13:39:32 +0100
committerTony Garnock-Jones <tonyg@lshift.net>2009-06-03 13:39:32 +0100
commit9c1ad3540de6da792dee97ab67ab68be4e038e12 (patch)
treebfe2d6a4d0837ac63ba3b854f5d5b04dc1bb7965 /include/rabbit.hrl
parentcbdc24c1ab730d3d5acf6215373b15c5cb351937 (diff)
parentc73554779aa309e576f88cad973484b72e0c2302 (diff)
downloadrabbitmq-server-git-9c1ad3540de6da792dee97ab67ab68be4e038e12.tar.gz
merge default into amqp_0_9_1
Diffstat (limited to 'include/rabbit.hrl')
-rw-r--r--include/rabbit.hrl1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index 7515e71407..0e7fb7c921 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -142,6 +142,7 @@
host :: string() | atom(),
port :: non_neg_integer()}).
-type(not_found() :: {'error', 'not_found'}).
+-type(routing_result() :: 'routed' | 'unroutable' | 'not_delivered').
-endif.