2018-09-09 20:27:42 +02:00
|
|
|
--- lib/util/nssilckt.h.orig 2018-08-31 12:55:53 UTC
|
2012-08-30 16:54:17 +02:00
|
|
|
+++ lib/util/nssilckt.h
|
2016-09-28 10:23:39 +02:00
|
|
|
@@ -163,7 +163,7 @@ typedef enum {
|
2012-08-30 16:54:17 +02:00
|
|
|
** Declare the trace record
|
|
|
|
*/
|
|
|
|
struct pzTrace_s {
|
2016-09-28 10:23:39 +02:00
|
|
|
- PRUint32 threadID; /* PR_GetThreadID() */
|
|
|
|
+ pthread_t threadID; /* PR_GetThreadID() */
|
|
|
|
nssILockOp op; /* operation being performed */
|
|
|
|
nssILockType ltype; /* lock type identifier */
|
|
|
|
PRIntervalTime callTime; /* time spent in function */
|