diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2014-08-18 13:13:43 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2014-08-18 13:13:43 +0000 |
commit | 121f0060b4cd9fc2685f04911c9bc35d6778db4c (patch) | |
tree | 1afcba7ebc31253315fe7bbee29383d8ba2b3d21 /usr.sbin/snmpd/snmpd.h | |
parent | a49cc8dad9c16a48e0e369f30ffddc2ab633bb35 (diff) |
Sync proc.c with httpd. httpd needs SIGUSR1 but snmpd will ignore it
now instead of terminating the process.
ok blambert@
Diffstat (limited to 'usr.sbin/snmpd/snmpd.h')
-rw-r--r-- | usr.sbin/snmpd/snmpd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/snmpd/snmpd.h b/usr.sbin/snmpd/snmpd.h index 6cef6e02fd0..173d3d6ae66 100644 --- a/usr.sbin/snmpd/snmpd.h +++ b/usr.sbin/snmpd/snmpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: snmpd.h,v 1.55 2014/05/14 09:42:22 mikeb Exp $ */ +/* $OpenBSD: snmpd.h,v 1.56 2014/08/18 13:13:42 reyk Exp $ */ /* * Copyright (c) 2007, 2008, 2012 Reyk Floeter <reyk@openbsd.org> @@ -149,6 +149,7 @@ struct privsep { struct event ps_evsigchld; struct event ps_evsighup; struct event ps_evsigpipe; + struct event ps_evsigusr1; void *ps_env; }; |