This shows you the differences between two versions of the page.
dwsc:servercontrol:msg [2013/04/08 19:09] efpe [ZeroMQSocket parameters] |
dwsc:servercontrol:msg [2013/05/03 13:59] (current) efpe |
||
---|---|---|---|
Line 43: | Line 43: | ||
const SUSPEND = 4; | const SUSPEND = 4; | ||
const DISCONNECT_CLIENTS = 5; | const DISCONNECT_CLIENTS = 5; | ||
+ | const NOCLUSTER = 6; | ||
+ | const ONLINE = 7; | ||
+ | const RESULT = 8; | ||
+ | const SRVSTATUS = 9; | ||
+ | const VHOSTSLOAD = 10; | ||
+ | |||
} | } | ||
</code> | </code> | ||
- | |||
==== msgpack ==== | ==== msgpack ==== | ||
<code> | <code> |