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 | 2706342d0799b54aea39fe6f80cc0a009ea2abfd (patch) | |
| tree | 12e90e652f8e1198f1cfb72bbdf7f1f1712b7233 /include/rabbit.hrl | |
| parent | 803764bc442cbc2605a548c12357739a632a5ad2 (diff) | |
| download | rabbitmq-server-git-2706342d0799b54aea39fe6f80cc0a009ea2abfd.tar.gz | |
rationalise publish/route result types
Diffstat (limited to 'include/rabbit.hrl')
| -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. |
