From 6c7dad7e90bf6d9fae93ab377df90d92aa882b74 Mon Sep 17 00:00:00 2001 From: Matthias Radestock Date: Mon, 17 Oct 2011 19:32:36 +0100 Subject: more accurate description of flying_ets table --- src/rabbit_msg_store.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rabbit_msg_store.erl b/src/rabbit_msg_store.erl index 167ab41c..e6a32b90 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 -- cgit v1.2.1