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 /server.c | |
parent | d278a0c3c50146c703b675ca4dac1d58ef286585 (diff) |
tests and compat for imsg
Diffstat (limited to 'server.c')
-rw-r--r-- | server.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -33,8 +33,8 @@ struct server { struct tls *ctx; }; -struct event e4, e6, sighup, siginfo, sigusr2; -int has_ipv6, has_siginfo; +static struct event e4, e6, sighup, siginfo, sigusr2; +static int has_ipv6, has_siginfo; int connected_clients; |