mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
Update comments associated with SIGUSRx -> LDAP_SIGUSRx change.
This commit is contained in:
parent
bbdac6ebca
commit
2d876eb74e
2 changed files with 3 additions and 3 deletions
|
|
@ -51,8 +51,8 @@ fm(
|
|||
|
||||
/* Set up our signal handlers:
|
||||
* SIG{TERM,INT,HUP} causes a shutdown
|
||||
* SIG(STKFLT|USR1) - does nothing, used to wake up sleeping threads.
|
||||
* SIG(UNUSED|USR2) - causes slurpd to read its administrative interface file.
|
||||
* LDAP_SIGUSR1 - does nothing, used to wake up sleeping threads.
|
||||
* LDAP_SIGUSR2 - causes slurpd to read its administrative interface file.
|
||||
* (not yet implemented).
|
||||
*/
|
||||
(void) SIGNAL( LDAP_SIGUSR1, do_nothing );
|
||||
|
|
|
|||
|
|
@ -135,7 +135,7 @@ Ri_process(
|
|||
|
||||
/*
|
||||
* Wake a replication thread which may be sleeping.
|
||||
* Send it a SIG(STKFLT|USR1).
|
||||
* Send it a LDAP_SIGUSR1.
|
||||
*/
|
||||
static void
|
||||
Ri_wake(
|
||||
|
|
|
|||
Loading…
Reference in a new issue