Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Robert Dubner
OpenLDAP
Commits
e030e5ea
Commit
e030e5ea
authored
Feb 04, 2021
by
Ondřej Kuzník
Browse files
Do not redefine lload_change everywhere
parent
f44c037a
Changes
2
Hide whitespace changes
Inline
Side-by-side
servers/lloadd/lload.h
View file @
e030e5ea
...
...
@@ -167,7 +167,7 @@ struct LloadChange {
enum
lcf_backend
backend
;
}
flags
;
void
*
target
;
}
lload_change
;
};
typedef
enum
{
#ifdef LDAP_API_FEATURE_VERIFY_CREDENTIALS
...
...
servers/lloadd/proto-lload.h
View file @
e030e5ea
...
...
@@ -123,6 +123,7 @@ LDAP_SLAPD_V (struct evdns_base *) dnsbase;
LDAP_SLAPD_V
(
volatile
sig_atomic_t
)
slapd_shutdown
;
LDAP_SLAPD_V
(
volatile
sig_atomic_t
)
slapd_gentle_shutdown
;
LDAP_SLAPD_V
(
int
)
lloadd_inited
;
LDAP_SLAPD_V
(
struct
LloadChange
)
lload_change
;
LDAP_SLAPD_V
(
struct
event
*
)
lload_timeout_event
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment