[Dfsm-devel] dFSM/include/libposixwrap tsemaphore.h,1.7,1.8
Status: Beta
Brought to you by:
amoreno
|
From: Andreu M. <am...@us...> - 2004-03-30 15:24:09
|
Update of /cvsroot/dfsm/dFSM/include/libposixwrap In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14192/include/libposixwrap Modified Files: tsemaphore.h Log Message: Events are now total ordered. Solved bug in using the same semaphore for sm_route_table and sm_seq Index: tsemaphore.h =================================================================== RCS file: /cvsroot/dfsm/dFSM/include/libposixwrap/tsemaphore.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** tsemaphore.h 3 Aug 2003 21:12:07 -0000 1.7 --- tsemaphore.h 30 Mar 2004 15:12:30 -0000 1.8 *************** *** 30,33 **** --- 30,36 ---- * $Revision$ * $Log$ + * Revision 1.8 2004/03/30 15:12:30 amoreno + * Events are now total ordered. Solved bug in using the same semaphore for sm_route_table and sm_seq + * * Revision 1.7 2003/08/03 21:12:07 jvalduvieco * Major cleaning: *************** *** 87,91 **** * Class constructor */ ! tSemaphore(); /** --- 90,94 ---- * Class constructor */ ! tSemaphore(key_t k); /** |