summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2010-10-06 15:29:53 +0100
committerMatthew Sackman <matthew@rabbitmq.com>2010-10-06 15:29:53 +0100
commit33d59cf16e7b83eb783de0a5b64f1509c9d6e588 (patch)
treec60f15e265bedb532557be235f994559af67c974 /include/rabbit.hrl
parentc6f48bac39166c3a35f53a6c89e6717b129abe59 (diff)
downloadrabbitmq-server-git-33d59cf16e7b83eb783de0a5b64f1509c9d6e588.tar.gz
msg_properties -> message_properties in order to be consistent with message and basic_message (though within vq, we have plenty of msg_-prefixes so don't bother inside the msg_status record in there). Also, tidied up a lot of trailing whitespace
Diffstat (limited to 'include/rabbit.hrl')
-rw-r--r--include/rabbit.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index 0f0a0e87fd..f924878d7a 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -74,7 +74,7 @@
-record(event, {type, props, timestamp}).
--record(msg_properties, {expiry}).
+-record(message_properties, {expiry}).
%%----------------------------------------------------------------------------