summaryrefslogtreecommitdiffstats
path: root/src/providers/krb5/krb5_common.h
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2010-12-13 22:38:21 +0100
committerStephen Gallagher <sgallagh@redhat.com>2010-12-20 09:39:55 -0500
commit7d436b1bd6bcca29aa9874adc11bdfb862139cd8 (patch)
tree428ef49bb979c8ecddd70dfdafd9de5ca27bd1a3 /src/providers/krb5/krb5_common.h
parent589dd0f6600515926e4e514442c62366db0a62b3 (diff)
downloadsssd-7d436b1bd6bcca29aa9874adc11bdfb862139cd8.tar.gz
sssd-7d436b1bd6bcca29aa9874adc11bdfb862139cd8.tar.xz
sssd-7d436b1bd6bcca29aa9874adc11bdfb862139cd8.zip
Serialize requests of the same user in the krb5 provider
Diffstat (limited to 'src/providers/krb5/krb5_common.h')
-rw-r--r--src/providers/krb5/krb5_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/providers/krb5/krb5_common.h b/src/providers/krb5/krb5_common.h
index a6fdd8b82..c65ff74bb 100644
--- a/src/providers/krb5/krb5_common.h
+++ b/src/providers/krb5/krb5_common.h
@@ -117,6 +117,8 @@ struct krb5_ctx {
struct deferred_auth_ctx *deferred_auth_ctx;
struct renew_tgt_ctx *renew_tgt_ctx;
bool use_fast;
+
+ hash_table_t *wait_queue_hash;
};
struct remove_info_files_ctx {