]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/slap.h
Cleanup result handling
[openldap] / servers / slapd / slap.h
index ab7497b968649abe1282f613ff9f2a09500a80d0..0112072d57e529a7536c099f32c38d6e38956cf7 100644 (file)
@@ -1078,6 +1078,7 @@ typedef enum slap_control_e {
 
 typedef enum slap_style_e {
        ACL_STYLE_REGEX = 0,
+       ACL_STYLE_EXPAND,
        ACL_STYLE_BASE,
        ACL_STYLE_ONE,
        ACL_STYLE_SUBTREE,
@@ -2147,6 +2148,7 @@ typedef struct slap_listener Listener;
 typedef struct slap_conn {
        int                     c_struct_state; /* structure management state */
        int                     c_conn_state;   /* connection state */
+       int                     c_conn_idx;             /* slot in connections array */
 
        ldap_pvt_thread_mutex_t c_mutex; /* protect the connection */
        Sockbuf         *c_sb;                  /* ber connection stuff           */