diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2013-01-22 12:50:50 +0000 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2013-01-22 12:50:50 +0000 |
| commit | 1fc12a71e1f7767d33a48ff5a17121a70a171707 (patch) | |
| tree | bec00a58d05d041bcdce830123840ece7233aa6f /include | |
| parent | 6a84c254fc2a911a1d38383037362733841c2222 (diff) | |
| parent | 0eb6e5d4f9afc994d5c011fb0717bb5f5cf8897b (diff) | |
| download | rabbitmq-server-git-1fc12a71e1f7767d33a48ff5a17121a70a171707.tar.gz | |
merge stable into default
Diffstat (limited to 'include')
| -rw-r--r-- | include/rabbit.hrl | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl index b2832b456d..7385b4b3c0 100644 --- a/include/rabbit.hrl +++ b/include/rabbit.hrl @@ -27,9 +27,6 @@ -record(vhost, {virtual_host, dummy}). --record(connection, {protocol, user, timeout_sec, frame_max, vhost, - client_properties, capabilities}). - -record(content, {class_id, properties, %% either 'none', or a decoded record/tuple @@ -78,8 +75,7 @@ -record(event, {type, props, timestamp}). --record(message_properties, {expiry, needs_confirming = false, - delivered = false}). +-record(message_properties, {expiry, needs_confirming = false}). -record(plugin, {name, %% atom() version, %% string() |
