]> git.itanic.dy.fi Git - rrdd/commit
process.c: Move epoll initialization into init_jobcontrol()
authorTimo Kokkonen <timo.t.kokkonen@iki.fi>
Sat, 12 May 2012 19:17:40 +0000 (22:17 +0300)
committerTimo Kokkonen <timo.t.kokkonen@iki.fi>
Sat, 12 May 2012 19:35:36 +0000 (22:35 +0300)
commitb2e6593c3418f7d996bccc82db8108e67e7845cc
tree5c15ce385682aba7f5a988d431ccab68d408db02
parentc1955ea32792371308b775143d51e18c03d584ca
process.c: Move epoll initialization into init_jobcontrol()

This is where the rest of the job control structures are initialized,
this should be initialized there too.

The missing epoll_ctl error handling is also now in.

Signed-off-by: Timo Kokkonen <timo.t.kokkonen@iki.fi>
process.c