Overhaul of the control protocol.
authorDavin McCall <davmac@davmac.org>
Tue, 29 Dec 2015 10:05:58 +0000 (10:05 +0000)
committerDavin McCall <davmac@davmac.org>
Tue, 29 Dec 2015 10:05:58 +0000 (10:05 +0000)
commit756399d7caa40db8f3cdb63f0b47cf3dd821874f
tree5fce2d62c28f5687bff1c5c816450a21d6388788
parente92b53a376ce979732a44afea0e8aa018270a8da
Overhaul of the control protocol.

Numeric service handles can be allocated for a service (via FINDSERVICE/LOADSERVICE
requests), and commands are issued against a service handle. Notification of events
is performed using information packets which include the relevant service handle.
control-cmds.h
control.cc
control.h