diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-08-02 22:24:14 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-08-02 22:24:20 +0200 |
commit | 03deac86d4448e0422fefefea0018d6f5bea1a8d (patch) | |
tree | 3fbc9995599b241ad13b91d84e591d1f428f9f01 /doc | |
parent | mds-registry use timedwait in slaves so we can stop when reexecing of terminating (diff) | |
download | mds-03deac86d4448e0422fefefea0018d6f5bea1a8d.tar.gz mds-03deac86d4448e0422fefefea0018d6f5bea1a8d.tar.bz2 mds-03deac86d4448e0422fefefea0018d6f5bea1a8d.tar.xz |
mds-registry: add time-to-live
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | doc/protocols | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/protocols b/doc/protocols index fe6ca16..ee1fd18 100644 --- a/doc/protocols +++ b/doc/protocols @@ -83,6 +83,10 @@ Optional header: Action this wait action. Send a list of availability commands if `list`. +Conditionally optional header: Time to live + Available and optional if: `Action: wait` + The maximum number of seconds to wait. + Message: List of values for the header `Command` that you implement Purpose: Identify supported display server operations |