Skip to content
Snippets Groups Projects
Commit 2d876eb7 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Update comments associated with SIGUSRx -> LDAP_SIGUSRx change.

parent bbdac6eb
No related branches found
No related tags found
No related merge requests found
......@@ -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(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment