summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@lshift.net>2009-07-09 17:10:10 +0100
committerMatthew Sackman <matthew@lshift.net>2009-07-09 17:10:10 +0100
commit0adb21fbca543428a06e968e6d91d6d770864cb8 (patch)
tree7797e4f502b24019df771de7f5f66e31903b3138 /src
parentb69a05cf71eca2b083fe5c370eb7a2595d0f52e8 (diff)
downloadrabbitmq-server-git-0adb21fbca543428a06e968e6d91d6d770864cb8.tar.gz
additional documentation
Diffstat (limited to 'src')
-rw-r--r--src/gen_server2.erl10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/gen_server2.erl b/src/gen_server2.erl
index 2784090afc..c19f1601bb 100644
--- a/src/gen_server2.erl
+++ b/src/gen_server2.erl
@@ -334,7 +334,15 @@ multi_call(Nodes, Name, Req, Timeout)
%%-----------------------------------------------------------------
-%% enter_loop(Mod, Options, State, <ServerName>, <TimeOut>) ->_
+%% enter_loop(Mod, Options, State) -> _
+%% enter_loop(Mod, Options, State, ServerName) -> _
+%% enter_loop(Mod, Options, State, [{Key, Value}]) -> _
+%% enter_loop(Mod, Options, State, Timeout) -> _
+%% enter_loop(Mod, Options, State, ServerName, [{Key, Value}]) -> _
+%% enter_loop(Mod, Options, State, ServerName, Timeout) -> _
+%% enter_loop(Mod, Options, State, ServerName, Timeout, MinPri) -> _
+%%
+%% {Key, Value} = {min_priority, MinPri} | {timeout, Timeout}
%%
%% Description: Makes an existing process into a gen_server.
%% The calling process will enter the gen_server receive