diff options
author | Omar Polo <op@omarpolo.com> | 2023-07-24 09:00:19 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2023-07-24 09:00:19 +0000 |
commit | 3bda540e3428e7e3a18ee1c54a65c449ca10f35e (patch) | |
tree | 62b5c683705fa30028aa231b0b4620867c494726 /proc.h | |
parent | 60b4efa1e2df8b5465deaec5c5493e1b2bf6a6c4 (diff) |
reopen log files upon SIGUSR2
Diffstat (limited to 'proc.h')
-rw-r--r-- | proc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -68,6 +68,7 @@ struct privsep { struct event ps_evsigterm; struct event ps_evsigchld; struct event ps_evsighup; + struct event ps_evsigusr1; void *ps_env; }; |