]> git.proxmox.com Git - pve-firewall.git/commit - src/pvefw-logger.c
use signalfd instead of g_unix_signal_add
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 17 Mar 2014 07:16:02 +0000 (08:16 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 17 Mar 2014 07:16:02 +0000 (08:16 +0100)
commit985fd74ec7915118cdd29c69e3e3d1828ea9ba32
treea81d8a072d1e18b237e091f7d954eedb2ba17e1a
parent84786ec0698505b0b82f7e21492a3190b266eda2
use signalfd instead of g_unix_signal_add

Because g_unix_signal_add() creates an additional thread!
src/pvefw-logger.c