]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/config.h
allow array of more generic syntaxes
[openldap] / servers / slapd / config.h
index eac44942e9ecb44175b9a36f80547ecfb5184168..1115d5884d137bb5d9b666faa9330b7933aa7ca3 100644 (file)
@@ -142,6 +142,7 @@ typedef struct config_args_s {
        Entry *ca_entry;        /* entry being modified */
        void *private;  /* anything */
        ConfigDriver *cleanup;
+       ConfigType table;       /* which config table did we come from */
 } ConfigArgs;
 
 /* If lineno is zero, we have an actual LDAP Add request from a client.