|
From: <sv...@va...> - 2007-10-27 00:08:13
|
Author: sewardj
Date: 2007-10-27 01:08:12 +0100 (Sat, 27 Oct 2007)
New Revision: 7038
Log:
This should have been included in r7035.
Modified:
branches/THRCHECK/thrcheck/thrcheck.h
Modified: branches/THRCHECK/thrcheck/thrcheck.h
===================================================================
--- branches/THRCHECK/thrcheck/thrcheck.h 2007-10-26 14:58:54 UTC (rev 7037)
+++ branches/THRCHECK/thrcheck/thrcheck.h 2007-10-27 00:08:12 UTC (rev 7038)
@@ -90,7 +90,8 @@
_VG_USERREQ__TC_PTHREAD_RWLOCK_UNLOCK_POST, // pth_rwlk_t*
_VG_USERREQ__TC_POSIX_SEMPOST_PRE, // sem_t*
_VG_USERREQ__TC_POSIX_SEMWAIT_POST, // sem_t*
- _VG_USERREQ__TC_POSIX_SEM_ZAPSTACK // sem_t*
+ _VG_USERREQ__TC_POSIX_SEM_ZAPSTACK, // sem_t*
+ _VG_USERREQ__TC_GET_MY_SEGMENT // -> Segment*
} Vg_TCheckClientRequest;
/* Clean memory state. This makes Thrcheck forget everything it knew
|