diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2011-02-18 17:29:33 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2011-02-18 17:29:33 +0000 |
| commit | 3eff985435a3127ce5081aeac68b9444584ee908 (patch) | |
| tree | 49d03b4c1a44046c43136efc546c31781a844242 /include | |
| parent | 16b26187a4a46ef1973849a5c84d8d6c77f4e964 (diff) | |
| parent | f6ce046bacedd9830cc909fa5f698db56f9e96e5 (diff) | |
| download | rabbitmq-server-git-3eff985435a3127ce5081aeac68b9444584ee908.tar.gz | |
Merge bug23553 (Present managed socket count in mgmt plugin)
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, |
