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
Tero Saarni
OpenLDAP
Commits
edf7ef49
Commit
edf7ef49
authored
Sep 13, 2021
by
Ondřej Kuzník
Committed by
Quanah Gibson-Mount
Dec 15, 2021
Browse files
ITS#9642 Lloadd standalone doesn't use rq
parent
bc37a9fd
Changes
2
Hide whitespace changes
Inline
Side-by-side
servers/lloadd/daemon.c
View file @
edf7ef49
...
...
@@ -64,7 +64,6 @@ int slap_inet4or6 = AF_INET;
/* globals */
time_t
starttime
;
struct
runqueue_s
slapd_rq
;
#ifdef LDAP_TCP_BUFFER
int
slapd_tcp_rmem
;
...
...
servers/lloadd/init.c
View file @
edf7ef49
...
...
@@ -35,8 +35,6 @@
#include
"lload.h"
#include
"lber_pvt.h"
#include
"ldap_rq.h"
#ifndef BALANCER_MODULE
/*
* read-only global variables or variables only written by the listener
...
...
@@ -159,10 +157,6 @@ lload_init( int mode, const char *name )
ldap_pvt_thread_pool_init_q
(
&
connection_pool
,
connection_pool_max
,
0
,
connection_pool_queues
);
ldap_pvt_thread_mutex_init
(
&
slapd_rq
.
rq_mutex
);
LDAP_STAILQ_INIT
(
&
slapd_rq
.
task_list
);
LDAP_STAILQ_INIT
(
&
slapd_rq
.
run_list
);
rc
=
lload_global_init
();
break
;
...
...
Write
Preview
Supports
Markdown
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