Commit c77560bf authored by unknown's avatar unknown

comment fixed to reflect the current state of things


server-tools/instance-manager/guardian.cc:
  comment fixed
parent 573f1bb8
...@@ -127,12 +127,13 @@ int Guardian_thread::start() ...@@ -127,12 +127,13 @@ int Guardian_thread::start()
SYNOPSYS SYNOPSYS
guard() guard()
instance_name the name of the instance to be guarded instance the instance to be guarded
name_len the length of the name
DESCRIPTION DESCRIPTION
The instance is added to the list of guarded instances. The instance is added to the list of starting instances. Then after one guardian
loop it is moved to the guarded instances list. Usually guard() is called after we
start an instance, so we need to give some time to the instance to start.
RETURN RETURN
0 - ok 0 - ok
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment