summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2013-12-18 11:58:19 +0000
committerSimon MacMullen <simon@rabbitmq.com>2013-12-18 11:58:19 +0000
commit286d98d746ce7d7b39c2f612d71a4142df1b6277 (patch)
tree0d003fc691fe0cfd761fd6a12aff47591215b3d7
parentd7b708c3a096bd3f355dee03af4d064f8aec4c47 (diff)
downloadrabbitmq-server-286d98d746ce7d7b39c2f612d71a4142df1b6277.tar.gz
Document
-rw-r--r--src/gen_server2.erl4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gen_server2.erl b/src/gen_server2.erl
index 37587dc3..d22a3f03 100644
--- a/src/gen_server2.erl
+++ b/src/gen_server2.erl
@@ -81,6 +81,10 @@
%% process as sys:get_status/1 would). Pass through a function which
%% can be invoked on the state, get back the result. The state is not
%% modified.
+%%
+%% 10) The Options parameter to start / start_link can include
+%% {proc_name, Name}. This name is stored in the process dictionary
+%% for later debugging.
%% All modifications are (C) 2009-2013 GoPivotal, Inc.