diff options
| author | Matthew Sackman <matthew@rabbitmq.com> | 2010-10-06 15:29:53 +0100 |
|---|---|---|
| committer | Matthew Sackman <matthew@rabbitmq.com> | 2010-10-06 15:29:53 +0100 |
| commit | 33d59cf16e7b83eb783de0a5b64f1509c9d6e588 (patch) | |
| tree | c60f15e265bedb532557be235f994559af67c974 /include/rabbit.hrl | |
| parent | c6f48bac39166c3a35f53a6c89e6717b129abe59 (diff) | |
| download | rabbitmq-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.hrl | 2 |
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}). %%---------------------------------------------------------------------------- |
