summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2011-08-08 17:10:15 +0100
committerSimon MacMullen <simon@rabbitmq.com>2011-08-08 17:10:15 +0100
commitf533d09ce31d3ed7a41ed9387ef61b7b012e580b (patch)
treedcdc971b954471b751fa1fc5fcb749090618fefc /src
parent7027bf9f23ea9ed96ba14ffb04668e72debbc393 (diff)
downloadrabbitmq-server-git-f533d09ce31d3ed7a41ed9387ef61b7b012e580b.tar.gz
More doc.
Diffstat (limited to 'src')
-rw-r--r--src/mirrored_supervisor.erl3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mirrored_supervisor.erl b/src/mirrored_supervisor.erl
index 212ab23842..63fb991e62 100644
--- a/src/mirrored_supervisor.erl
+++ b/src/mirrored_supervisor.erl
@@ -68,6 +68,9 @@
%% application should invoke create_tables() (or table_definitions()
%% if it wants to manage table creation itself).
%%
+%% Note that in contrast to gen_server2, when using
+%% mirrored_supervisor you *must* always call all APIs from the
+%% mirrored_supervisor module, and not from the supervisor module.
%%
%% Internals
%% ---------