diff options
| author | Matthias Radestock <matthias@lshift.net> | 2009-12-10 22:39:57 +0000 |
|---|---|---|
| committer | Matthias Radestock <matthias@lshift.net> | 2009-12-10 22:39:57 +0000 |
| commit | ab1c966311275990f57cafbcfa60a8f8dbab28d7 (patch) | |
| tree | be552bf44e9286b1d5b0ee358c2a3c738984a923 /include | |
| parent | bdc9366e621cd466b3ffe6e7154ceb0cfe4e8500 (diff) | |
| download | rabbitmq-server-git-ab1c966311275990f57cafbcfa60a8f8dbab28d7.tar.gz | |
add client_properties info item to 'rabbitmqctl list_connections'
showing the amqp table transmitted by the client as part of the
connection.start_ok method.
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 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, |
