summaryrefslogtreecommitdiffstats
path: root/include/util_ldap.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/util_ldap.h')
-rw-r--r--include/util_ldap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/util_ldap.h b/include/util_ldap.h
index 6109e30196..c994b88e9d 100644
--- a/include/util_ldap.h
+++ b/include/util_ldap.h
@@ -107,6 +107,8 @@ typedef struct util_ldap_connection_t {
const char *reason; /* Reason for an error failure */
struct util_ldap_connection_t *next;
+ struct util_ldap_state_t *st; /* The LDAP vhost config this connection belongs to */
+ int keep; /* Will this connection be kept when it's unlocked */
} util_ldap_connection_t;
/* LDAP cache state information */