summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ap_mmn.h3
-rw-r--r--include/util_ldap.h1
2 files changed, 3 insertions, 1 deletions
diff --git a/include/ap_mmn.h b/include/ap_mmn.h
index 0156ffc779..76d52f0c5b 100644
--- a/include/ap_mmn.h
+++ b/include/ap_mmn.h
@@ -202,6 +202,7 @@
* mod_logio
* 20091011.0 (2.3.3-dev) Move preserve_host{,_set} from proxy_server_conf to
* proxy_dir_conf
+ * 20091011.1 (2.3.3-dev) add debug_level to util_ldap_state_t
*
*/
@@ -210,7 +211,7 @@
#ifndef MODULE_MAGIC_NUMBER_MAJOR
#define MODULE_MAGIC_NUMBER_MAJOR 20091011
#endif
-#define MODULE_MAGIC_NUMBER_MINOR 0 /* 0...n */
+#define MODULE_MAGIC_NUMBER_MINOR 1 /* 0...n */
/**
* Determine if the server's current MODULE_MAGIC_NUMBER is at least a
diff --git a/include/util_ldap.h b/include/util_ldap.h
index e782276fd7..de5c617439 100644
--- a/include/util_ldap.h
+++ b/include/util_ldap.h
@@ -164,6 +164,7 @@ typedef struct util_ldap_state_t {
char *lock_file; /* filename for shm lock mutex */
long connectionTimeout;
int verify_svr_cert;
+ int debug_level; /* SDK debug level */
} util_ldap_state_t;