From: Dietmar Maurer Date: Fri, 14 Mar 2014 13:05:55 +0000 (+0100) Subject: really stop daemon on write error X-Git-Url: https://git.proxmox.com/?p=pve-firewall.git;a=commitdiff_plain;h=7bb6e8dd4b0f64b5fdd96accfa7b619261353ffd really stop daemon on write error And a bunch of white-space cleanups. --- diff --git a/src/pvefw-logger.c b/src/pvefw-logger.c index 044a18a..31218a2 100644 --- a/src/pvefw-logger.c +++ b/src/pvefw-logger.c @@ -29,7 +29,7 @@ #include #include #include -#include +#include #include #include #include @@ -51,19 +51,20 @@ static struct nflog_handle *logh = NULL; static struct nlif_handle *nlifh = NULL; +GMainLoop *main_loop; /* - + LOG FORMAT: Special care was taken to allow fast parsing (and filer messages for a singl VM). -