[Tinyos-contrib-commits] CVS: tinyos-1.x/contrib/wustl/apps/Agilla/components/AgentReceiver ReceiveHeapM.nc, 1.3, 1.3.2.1 ReceiveStateM.nc, 1.9, 1.9.2.1

Chien-Liang Fok chien-liang at users.sourceforge.net
Mon Nov 20 22:55:58 PST 2006


Update of /cvsroot/tinyos/tinyos-1.x/contrib/wustl/apps/Agilla/components/AgentReceiver
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14173/AgentReceiver

Modified Files:
      Tag: GroupComm
	ReceiveHeapM.nc ReceiveStateM.nc 
Log Message:
It works.

Index: ReceiveHeapM.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/wustl/apps/Agilla/components/AgentReceiver/ReceiveHeapM.nc,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -C2 -d -r1.3 -r1.3.2.1
*** ReceiveHeapM.nc	18 May 2006 19:58:40 -0000	1.3
--- ReceiveHeapM.nc	21 Nov 2006 06:55:55 -0000	1.3.2.1
***************
*** 118,122 ****
      } else {
        #if DEBUG_AGENT_RECEIVER
!       dbg(DBG_USR1, "AgentReceiverM: Rcv_Heap.receive: Haven't received all heap messages for agent %i, starting ABORT timer.\n", hpMsg->id.id);
        #endif             
        call CoordinatorI.startAbortTimer(&hpMsg->id); 
--- 118,122 ----
      } else {
        #if DEBUG_AGENT_RECEIVER
!       dbg(DBG_USR1, "AgentReceiverM: Rcv_Heap.receive: Haven't received all messages for agent %i, starting ABORT timer.\n", hpMsg->id.id);
        #endif             
        call CoordinatorI.startAbortTimer(&hpMsg->id); 

Index: ReceiveStateM.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/wustl/apps/Agilla/components/AgentReceiver/ReceiveStateM.nc,v
retrieving revision 1.9
retrieving revision 1.9.2.1
diff -C2 -d -r1.9 -r1.9.2.1
*** ReceiveStateM.nc	18 May 2006 19:58:40 -0000	1.9
--- ReceiveStateM.nc	21 Nov 2006 06:55:55 -0000	1.9.2.1
***************
*** 124,127 ****
--- 124,129 ----
          inBuf->context->opStack.sp = sMsg->sp;
          inBuf->context->desc = sMsg->desc;
+         inBuf->context->pstate = sMsg->pstate;
+         inBuf->context->rstate = sMsg->rstate;
          
          // set the agent's integrity          



More information about the Tinyos-contrib-commits mailing list