Implemented '--syslog' and '--syslog-facility'.
[captive.git] / src / libcaptive / include / captive / options.h
index f353b6f..02b4124 100644 (file)
@@ -60,6 +60,7 @@ struct captive_options {
        char **sandbox_server_argv;
        gchar *sandbox_server_ior;
        gchar *bug_pathname;
+       int syslog_facility;    /* LOG_*; -1 if not used */
        };
 
 /**