From 7bb6e8dd4b0f64b5fdd96accfa7b619261353ffd Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Fri, 14 Mar 2014 14:05:55 +0100 Subject: [PATCH] really stop daemon on write error And a bunch of white-space cleanups. --- src/pvefw-logger.c | 108 ++++++++++++++++++++++----------------------- 1 file changed, 54 insertions(+), 54 deletions(-) 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). -