diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2013-01-08 16:48:46 +0000 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2013-01-08 16:48:46 +0000 |
| commit | 6c04eb980db74f45d1365f76eae6259f2bf17238 (patch) | |
| tree | 7fbd1e638be66f54a8832e635be5ab1a242f3479 /include | |
| parent | f649f7e82c2d08a57d7cf7efe8d04752bdbb4046 (diff) | |
| parent | 3706818cb60bdb4372fb750d9ffd23ec93f32ecb (diff) | |
| download | rabbitmq-server-git-6c04eb980db74f45d1365f76eae6259f2bf17238.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() |
