server-mode: Allow for sending signals

Enable the server to send signals.
This commit is contained in:
Tobias Hunger
2016-09-09 10:01:45 +02:00
parent cc576c2c7f
commit e22d30e25a
6 changed files with 33 additions and 0 deletions

View File

@@ -186,6 +186,14 @@ Example::
]== CMake Server ==]
Type "signal"
^^^^^^^^^^^^^
The server can send signals when it detects changes in the system state. Signals
are of type "signal", have an empty "cookie" and "inReplyTo" field and always
have a "name" set to show which signal was sent.
Specific Message Types
----------------------