From d862fc6fc65f1fb5ff0582e3561a7ab988af9432 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Tue, 23 Jul 2013 21:08:56 +0300 Subject: WIP compat plugin: solve deadlock when looking up SSSD users --- src/plugin.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/plugin.h') diff --git a/src/plugin.h b/src/plugin.h index b54e2ad..3967fb0 100644 --- a/src/plugin.h +++ b/src/plugin.h @@ -44,6 +44,8 @@ struct plugin_state { struct { int fd, port, pf, type; } listener[4]; + /* Schema compat-specific data. */ + struct wrapped_rwlock *pam_lock; }; #endif -- cgit