Module Name: krb5 Committed By: raeburn Date: Thu Jul 1 01:22:47 UTC 2004 Modified Files: krb5/src/include/ChangeLog krb5/src/include/k5-thread.h Added Files: Removed Files: Log Message * k5-thread.h (K5_MUTEX_DEBUG_INITIALIZER): Use current file and line. (k5_mutex_debug_finish_init, k5_mutex_debug_init, k5_mutex_debug_destroy): Save current file and line. (k5_mutex_debug_lock): Verify that the lock was unlocked before, and set the state to locked. (k5_mutex_debug_unlock): Verify that the mutex was locked before, and set the state to unlocked. (k5_debug_assert_locked, k5_debug_assert_unlocked): Use k5_mutex_debug_check_init instead of checking initialized==1. To generate a diff of this commit: cvs diff -r1.430 -r1.431 krb5/src/include/ChangeLog cvs diff -r1.8 -r1.9 krb5/src/include/k5-thread.h