diff options
author | Omar Polo <op@omarpolo.com> | 2021-02-14 13:11:47 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-02-23 13:43:14 +0100 |
commit | 6b191ed52a6f3e10816f50d23ec3e52a7d8f2837 (patch) | |
tree | 0ace81a15340c43df48fa0310aa691d4b4b3fe3c /log.c | |
parent | d278a0c3c50146c703b675ca4dac1d58ef286585 (diff) |
tests and compat for imsg
Diffstat (limited to 'log.c')
-rw-r--r-- | log.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -29,9 +29,9 @@ #include <string.h> #include <syslog.h> -struct imsgbuf parent_ibuf, child_ibuf; -struct event sigusr2, inlog; -int logfd; +static struct imsgbuf parent_ibuf, child_ibuf; +static struct event inlog; +static int logfd; static void handle_log(int, short, void*); static int logger_main(int, struct imsgbuf*); |