Add module control.
commit25a9edacc3e5db455d407f2cd0d9a802814de15a
authorDavid Brodsky <trekie@sinister.cz>
Wed, 20 Jun 2007 09:31:41 +0000 (20 11:31 +0200)
committerDavid Brodsky <trekie@sinister.cz>
Wed, 20 Jun 2007 09:31:41 +0000 (20 11:31 +0200)
tree0a8717c9db1e92d836e20653f8c0db2c92d5d69b
parent561b56d768fe8286469de53b1e8f21cdd4598338
Add module control.

This module is used for controlling tairent application through unix socket.
There is no feature currently implemented. The module can bind the socket and
read the messages. Each message has a length prefix (4 bytes in network byte
order) and the message itself. The message is a bencoded dictionary (not
implemented yet).
etc/tairent.xml
modules/modules.dep
src/Jamfile
src/control/Jamfile [new file with mode: 0644]
src/control/connection.cpp [new file with mode: 0644]
src/control/connection.h [new file with mode: 0644]
src/control/controlmodule.cpp [new file with mode: 0644]
src/control/controlmodule.h [new file with mode: 0644]