summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEssien Ita Essien <essiene@gmail.com>2008-12-26 11:26:17 +0100
committerEssien Ita Essien <essiene@gmail.com>2008-12-26 11:26:17 +0100
commit2b7d20a030a8f0d57f1766f627521da06d1e925c (patch)
treec5d02b91bf58ab0d829cddab2ad35a755b51dd83 /include
parenta514477cb80b932f1399a51de562565ee5129553 (diff)
downloadrabbitmq-server-2b7d20a030a8f0d57f1766f627521da06d1e925c.tar.gz
Rename rabbit_ssl_socket to ssl_socket.
No other records are namespaced
Diffstat (limited to 'include')
-rw-r--r--include/rabbit.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index cc1d7d79..17499507 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -62,7 +62,7 @@
-record(basic_message, {exchange_name, routing_key, content, persistent_key}).
--record(rabbit_ssl_socket, {tcp, ssl}).
+-record(ssl_socket, {tcp, ssl}).
%%----------------------------------------------------------------------------