From 7d436b1bd6bcca29aa9874adc11bdfb862139cd8 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Mon, 13 Dec 2010 22:38:21 +0100 Subject: Serialize requests of the same user in the krb5 provider --- src/providers/krb5/krb5_common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/providers/krb5/krb5_common.h') 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 { -- cgit