diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/rabbit.hrl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl index 5c5fad761f..a8b326be16 100644 --- a/include/rabbit.hrl +++ b/include/rabbit.hrl @@ -72,7 +72,7 @@ -record(listener, {node, protocol, host, ip_address, port}). -record(basic_message, {exchange_name, routing_key, content, guid, - is_persistent}). + is_persistent, route_list = []}). -record(ssl_socket, {tcp, ssl}). -record(delivery, {mandatory, immediate, txn, sender, message, |
