diff options
| author | Ben Hood <0x6e6562@gmail.com> | 2008-09-14 21:16:15 +0100 |
|---|---|---|
| committer | Ben Hood <0x6e6562@gmail.com> | 2008-09-14 21:16:15 +0100 |
| commit | d6960cf5af9ef65d0212643cae25e40ce2b49951 (patch) | |
| tree | e927a5f62fffa7fdd2f33e6aecbbeb6cc8330c90 /include | |
| parent | 8b32014455159718524fba0ebcde08bf998596d5 (diff) | |
| download | rabbitmq-server-git-d6960cf5af9ef65d0212643cae25e40ce2b49951.tar.gz | |
Fixed alignment of the comment about the constant field
Diffstat (limited to 'include')
| -rw-r--r-- | include/rabbit.hrl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl index 226fa5efca..e0c33a4fee 100644 --- a/include/rabbit.hrl +++ b/include/rabbit.hrl @@ -44,9 +44,10 @@ -record(exchange, {name, type, durable, auto_delete, arguments}). -record(amqqueue, {name, durable, auto_delete, arguments, pid}). -%% This constant field seems to be required because the underlying storage is -%% ets, which stores key value pairs +%% In the route and reverse route record definitions, +%% theconstant field seems to be required because the +%% underlying storage is ets, which stores key value pairs. %% The binding field is made up of an {Exchange, Binding, Queue} -record(route, {binding, value = const}). %% The reverse_binding field is made up of an {Queue, Binding, Exchange} |
