diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2011-10-17 19:32:36 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2011-10-17 19:32:36 +0100 |
| commit | 8945393a86bac954a767f8145dac6e8332840327 (patch) | |
| tree | 3bb5e02515e674203a2dcff3b16a43b1d85aedc6 /src | |
| parent | 8938793638abbbb0abc3c14f51d95dfa0931424c (diff) | |
| download | rabbitmq-server-git-8945393a86bac954a767f8145dac6e8332840327.tar.gz | |
more accurate description of flying_ets table
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_msg_store.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_msg_store.erl b/src/rabbit_msg_store.erl index 167ab41c8c..e6a32b9023 100644 --- a/src/rabbit_msg_store.erl +++ b/src/rabbit_msg_store.erl @@ -68,7 +68,7 @@ file_handles_ets, %% tid of the shared file handles table file_summary_ets, %% tid of the file summary table cur_file_cache_ets, %% tid of current file cache table - flying_ets, %% tid of writes in flight + flying_ets, %% tid of writes/removes in flight dying_clients, %% set of dying clients clients, %% map of references of all registered clients %% to callbacks |
