From: Jeffrey Altman Date: Thu, 20 Aug 2009 13:44:18 +0000 (-0400) Subject: Windows: Add prototype for osi_SetLockOrderValidation X-Git-Tag: openafs-devel-1_5_62~33 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=995c76e73e828eac2e30b33de5ee8085e6cead0a;p=packages%2Fo%2Fopenafs.git Windows: Add prototype for osi_SetLockOrderValidation Add prototype for osi_SetLockOrderValidation() defined in osibasel.c LICENSE MIT Reviewed-on: http://gerrit.openafs.org/329 Tested-by: Jeffrey Altman Reviewed-by: Jeffrey Altman --- diff --git a/src/WINNT/client_osi/osibasel.h b/src/WINNT/client_osi/osibasel.h index 5e54171ae..ab2be2758 100644 --- a/src/WINNT/client_osi/osibasel.h +++ b/src/WINNT/client_osi/osibasel.h @@ -141,6 +141,8 @@ extern int lock_GetMutexState(struct osi_mutex *); extern void osi_BaseInit(void); +extern void osi_SetLockOrderValidation(int); + /* and friendly macros */ #define lock_AssertNone(x) osi_assertx(lock_GetRWLockState(x) == 0, "(OSI_RWLOCK_READHELD | OSI_RWLOCK_WRITEHELD)")