summaryrefslogtreecommitdiffstats
path: root/auth_mellon.h
diff options
context:
space:
mode:
Diffstat (limited to 'auth_mellon.h')
-rw-r--r--auth_mellon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/auth_mellon.h b/auth_mellon.h
index 69c19f1..f5a5a0c 100644
--- a/auth_mellon.h
+++ b/auth_mellon.h
@@ -212,6 +212,8 @@ typedef struct am_dir_cfg_rec {
int probe_discovery_timeout;
apr_hash_t *probe_discovery_idp;
+ /* The configuration record we "inherit" the lasso server object from. */
+ struct am_dir_cfg_rec *inherit_server_from;
/* Mutex to prevent us from creating several lasso server objects. */
apr_thread_mutex_t *server_mutex;
/* Cached lasso server object. */