diff options
| author | Tony Garnock-Jones <tonyg@lshift.net> | 2009-12-14 13:51:55 +0000 |
|---|---|---|
| committer | Tony Garnock-Jones <tonyg@lshift.net> | 2009-12-14 13:51:55 +0000 |
| commit | 7a26ea1c88634de1116e122afa549384cb88fa00 (patch) | |
| tree | 7bdf670419745b19c835325839e2677dcdb2fbd5 /include/rabbit.hrl | |
| parent | dab83609432d34fec0c1811c4828bbf0859929d4 (diff) | |
| parent | dbcd94fe46c541751680556269187daff58065ba (diff) | |
| download | rabbitmq-server-git-7a26ea1c88634de1116e122afa549384cb88fa00.tar.gz | |
Merge default into bug22039
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 5703d0d619..4b157cbc46 100644 --- a/include/rabbit.hrl +++ b/include/rabbit.hrl @@ -36,7 +36,7 @@ -record(vhost, {virtual_host, dummy}). --record(connection, {user, timeout_sec, frame_max, vhost}). +-record(connection, {user, timeout_sec, frame_max, vhost, client_properties}). -record(content, {class_id, |
