summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2012-12-28 17:59:38 +0000
committerMatthias Radestock <matthias@rabbitmq.com>2012-12-28 17:59:38 +0000
commit3c3648180b6b448ea021b8d93c9062d2813f3259 (patch)
tree9cfb7c10f1c143f69a16216ab3be54316238cc42 /include
parent4028000d5fa36e4216cd8db3ad0902e02f126970 (diff)
downloadrabbitmq-server-git-3c3648180b6b448ea021b8d93c9062d2813f3259.tar.gz
move a bunch of reader state fields into 'connection'
These fields are constant, seldom read, and associated with the connection. Also, move #connection definition from rabbit.hrl to rabbit_reader - nothing else is using this and it is really private to the reader.
Diffstat (limited to 'include')
-rw-r--r--include/rabbit.hrl3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index 0ccb80bf02..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