Code

daemon: Added "Listen" config option.
authorSebastian Harl <sh@tokkee.org>
Tue, 22 Oct 2013 06:54:20 +0000 (08:54 +0200)
committerSebastian Harl <sh@tokkee.org>
Tue, 22 Oct 2013 06:54:20 +0000 (08:54 +0200)
commitf28c4b0fa75eb288b49a1ee6222693cac7e9c4c0
tree03dfce9f35a3d44c8e8a57ed12d6b9d8a0f99978
parent1e227f75832c867d9174132dc7b9ffe0a4d9f96b
daemon: Added "Listen" config option.

The main thread listens on all configured addresses and serves requests
through the frontend socket module. The backend collector loop now runs in its
own background thread.
src/Makefile.am
src/daemon/config.c
src/daemon/sysdbd.c
src/include/daemon/config.h