(struct krb5_rc_st): Add a mutex.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16289
dc483132-0cff-0310-8789-
dd5450dbe970
+2004-04-30 Ken Raeburn <raeburn@mit.edu>
+
+ * k5-int.h: Include k5-thread.h.
+ (struct krb5_rc_st): Add a mutex.
+
2004-04-29 Ken Raeburn <raeburn@mit.edu>
* k5-platform.h (DELAY_INITIALIZER): Don't define.
#endif
#endif
+/* Get mutex support; currently used only for the replay cache. */
+#include "k5-thread.h"
+
/* krb5/krb5.h includes many other .h files in the krb5 subdirectory.
The ones that it doesn't include, we include below. */
krb5_magic magic;
const struct _krb5_rc_ops *ops;
krb5_pointer data;
+ k5_mutex_t lock;
};
typedef struct _krb5_donot_replay {