diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/rabbit.hrl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl index d07aeaf8..cc1d7d79 100644 --- a/include/rabbit.hrl +++ b/include/rabbit.hrl @@ -62,6 +62,8 @@ -record(basic_message, {exchange_name, routing_key, content, persistent_key}). +-record(rabbit_ssl_socket, {tcp, ssl}). + %%---------------------------------------------------------------------------- -ifdef(use_specs). |