]> git.ipfire.org Git - people/stevee/guardian.git/commit - guardian
Use socket module to provide an IPC mechanism.
authorStefan Schantl <stefan.schantl@ipfire.org>
Fri, 20 Nov 2015 21:56:02 +0000 (22:56 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Fri, 20 Nov 2015 21:56:02 +0000 (22:56 +0100)
commit6abac3d4df20329e1f1e8967aa2c097fb9303d61
tree9db806d30be112043f45cb8636e972d02c2b8211
parent0b0ec9b4ecb7c599b17579bc98ef44e4dbf4771f
Use socket module to provide an IPC mechanism.

Guardian now supports inter-process-communication based on
an UNIX socket, which is based on the guardians socket module.

All recieved messages via socket automatically will be accepted
and parsed. If they are valid, the corresponding events will be
enqueued into the main event queue of guardian.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
guardian