[Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/tosthreads/lib/printf PrintfP.nc, 1.3, 1.4
Kevin Klues
klueska at users.sourceforge.net
Thu Oct 9 23:32:49 PDT 2008
Update of /cvsroot/tinyos/tinyos-2.x/tos/lib/tosthreads/lib/printf
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv2959/lib/printf
Modified Files:
PrintfP.nc
Log Message:
Opps, missed one place for the @spontaneous()
Index: PrintfP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/tosthreads/lib/printf/PrintfP.nc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** PrintfP.nc 6 Oct 2008 04:40:02 -0000 1.3
--- PrintfP.nc 10 Oct 2008 06:32:47 -0000 1.4
***************
*** 109,113 ****
}
! int printfflush() @C() AT_SPONTANEOUS {
call Barrier.block(&flushstart_barrier);
call Barrier.reset(&flushstart_barrier, 2);
--- 109,113 ----
}
! int printfflush() @C() @spontaneous() {
call Barrier.block(&flushstart_barrier);
call Barrier.reset(&flushstart_barrier, 2);
More information about the Tinyos-2-commits
mailing list