Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nadezhda Ivanova
OpenLDAP
Commits
2d876eb7
Commit
2d876eb7
authored
26 years ago
by
Kurt Zeilenga
Browse files
Options
Downloads
Patches
Plain Diff
Update comments associated with SIGUSRx -> LDAP_SIGUSRx change.
parent
bbdac6eb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
servers/slurpd/fm.c
+2
-2
2 additions, 2 deletions
servers/slurpd/fm.c
servers/slurpd/ri.c
+1
-1
1 addition, 1 deletion
servers/slurpd/ri.c
with
3 additions
and
3 deletions
servers/slurpd/fm.c
+
2
−
2
View file @
2d876eb7
...
...
@@ -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_SIG
USR1 - does nothing, used to wake up sleeping threads.
*
LDAP_SIG
USR2 - causes slurpd to read its administrative interface file.
* (not yet implemented).
*/
(
void
)
SIGNAL
(
LDAP_SIGUSR1
,
do_nothing
);
...
...
This diff is collapsed.
Click to expand it.
servers/slurpd/ri.c
+
1
−
1
View file @
2d876eb7
...
...
@@ -135,7 +135,7 @@ Ri_process(
/*
* Wake a replication thread which may be sleeping.
* Send it a
SIG(STKFLT|
USR1
)
.
* Send it a
LDAP_SIG
USR1.
*/
static
void
Ri_wake
(
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment