summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorVlad Ionescu <vlad@lshift.net>2010-01-21 17:59:03 +0000
committerVlad Ionescu <vlad@lshift.net>2010-01-21 17:59:03 +0000
commitea42491d35112d28c8ef5c23aeedaae1043abe53 (patch)
treeb03380b7c70facbc555c533d9ecdfef6e03e9c4c /include
parentbe52749839a2a1f56de64d9c8b8092d066974765 (diff)
downloadrabbitmq-server-git-ea42491d35112d28c8ef5c23aeedaae1043abe53.tar.gz
moving rabbit_reader:map_exception/2 to rabbit_binary_generator and spliting it into amqp_exception/1 and map_exception/2 in order to use amqp_exception/1 in the erlang client
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 4b157cbc46..efcadc40ec 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -67,7 +67,7 @@
-record(ssl_socket, {tcp, ssl}).
-record(delivery, {mandatory, immediate, txn, sender, message}).
--record(amqp_error, {name, explanation, method = none}).
+-record(amqp_error, {name, explanation = "", method = none}).
%%----------------------------------------------------------------------------