summaryrefslogtreecommitdiff
path: root/src/mirrored_supervisor.erl
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2011-08-09 13:22:50 +0100
committerSimon MacMullen <simon@rabbitmq.com>2011-08-09 13:22:50 +0100
commitf6b67986ac5aed66eea729f4d8cd85b0feb3fd80 (patch)
tree3025ebf47b2d9f5c377bb33e22e7f57b5a0afca2 /src/mirrored_supervisor.erl
parentd3a4bb31ab7963268941dcd61b3438e599ed5e70 (diff)
downloadrabbitmq-server-f6b67986ac5aed66eea729f4d8cd85b0feb3fd80.tar.gz
Should explain this...
Diffstat (limited to 'src/mirrored_supervisor.erl')
-rw-r--r--src/mirrored_supervisor.erl4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mirrored_supervisor.erl b/src/mirrored_supervisor.erl
index 2501df46..9bc350b2 100644
--- a/src/mirrored_supervisor.erl
+++ b/src/mirrored_supervisor.erl
@@ -64,7 +64,9 @@
%%
%% 3) start_link({global, Name}, Module, Args) is not available.
%%
-%% 4) Mnesia is used to hold global state. At some point your
+%% 4) The restart strategy simple_one_for_one is not available.
+%%
+%% 5) Mnesia is used to hold global state. At some point your
%% application should invoke create_tables() (or table_definitions()
%% if it wants to manage table creation itself).
%%