diff options
| author | Tony Garnock-Jones <tonyg@lshift.net> | 2009-06-03 13:27:45 +0100 |
|---|---|---|
| committer | Tony Garnock-Jones <tonyg@lshift.net> | 2009-06-03 13:27:45 +0100 |
| commit | c73554779aa309e576f88cad973484b72e0c2302 (patch) | |
| tree | 6afdbde61d9d52d20e81be5ad8a59f7764057465 /include | |
| parent | 21e007dae8bcf307fd6a20287e0774b647c2e519 (diff) | |
| parent | 4acd85206cee5e439a45eabff1e8b567bd90cb63 (diff) | |
| download | rabbitmq-server-git-c73554779aa309e576f88cad973484b72e0c2302.tar.gz | |
merge bug20654 into default
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 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. |
