[Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/TestLocalTime
TestLocalTimeC.nc, 1.1, 1.2
Phil Levis
scipio at users.sourceforge.net
Thu Sep 13 16:10:53 PDT 2007
Update of /cvsroot/tinyos/tinyos-2.x/apps/tests/TestLocalTime
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv27056/apps/tests/TestLocalTime
Modified Files:
TestLocalTimeC.nc
Log Message:
The big interface switchover for Packet, Send, Receive, and AMSend.
Index: TestLocalTimeC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/TestLocalTime/TestLocalTimeC.nc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TestLocalTimeC.nc 23 May 2007 22:00:55 -0000 1.1
--- TestLocalTimeC.nc 13 Sep 2007 23:10:20 -0000 1.2
***************
*** 74,78 ****
if (!locked)
{
! test_localtime_msg_t* rcm = (test_localtime_msg_t*)call AMSend.getPayload(&packet);
if (call AMSend.maxPayloadLength() < sizeof(test_localtime_msg_t))
return;
--- 74,78 ----
if (!locked)
{
! test_localtime_msg_t* rcm = (test_localtime_msg_t*)call AMSend.getPayload(&packet, sizeof(test_localtime_msg_t));
if (call AMSend.maxPayloadLength() < sizeof(test_localtime_msg_t))
return;
More information about the Tinyos-2-commits
mailing list