summaryrefslogtreecommitdiffstats
path: root/src/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugin.h')
-rw-r--r--src/plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugin.h b/src/plugin.h
index 3967fb0..94ad747 100644
--- a/src/plugin.h
+++ b/src/plugin.h
@@ -46,6 +46,7 @@ struct plugin_state {
} listener[4];
/* Schema compat-specific data. */
struct wrapped_rwlock *pam_lock;
+ void *nss_context;
};
#endif