From: Marek P. <ma...@us...> - 2002-01-26 10:19:47
|
Update of /cvsroot/javaprofiler/library/src/prof In directory usw-pr-cvs1:/tmp/cvs-serv15950/src/prof Modified Files: prof_jvm.cpp Log Message: shared memory communication for linux fixed Index: prof_jvm.cpp =================================================================== RCS file: /cvsroot/javaprofiler/library/src/prof/prof_jvm.cpp,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -r1.25 -r1.26 *** prof_jvm.cpp 2001/11/25 23:32:29 1.25 --- prof_jvm.cpp 2002/01/26 10:19:44 1.26 *************** *** 454,458 **** if( isConnectionEstablished()) { ! communLock.wait(); dataLock.wait(); --- 454,458 ---- if( isConnectionEstablished()) { ! communLock.wait(); dataLock.wait(); |