diff options
| author | Matthew Sackman <matthew@rabbitmq.com> | 2011-02-14 18:10:44 +0000 |
|---|---|---|
| committer | Matthew Sackman <matthew@rabbitmq.com> | 2011-02-14 18:10:44 +0000 |
| commit | b2debccea380afa79ab5e87934f73887c22ef69f (patch) | |
| tree | 42e01c371f0c83b5ee8d93f0ebf7031d81a46880 /include | |
| parent | addda5bded6f058889fbdf07a0f22cd5882c0db3 (diff) | |
| download | rabbitmq-server-git-b2debccea380afa79ab5e87934f73887c22ef69f.tar.gz | |
Pass client capabilities through to the channel
Diffstat (limited to 'include')
| -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 15f5d7c5b0..24d0f96149 100644 --- a/include/rabbit.hrl +++ b/include/rabbit.hrl @@ -28,7 +28,7 @@ -record(vhost, {virtual_host, dummy}). -record(connection, {protocol, user, timeout_sec, frame_max, vhost, - client_properties}). + client_properties, capabilities}). -record(content, {class_id, |
