[Tinyos-contrib-commits] CVS: tinyos-1.x/contrib/wustl/apps/Agilla/opcodes OPwaitM.nc, 1.4, 1.4.2.1

Chien-Liang Fok chien-liang at users.sourceforge.net
Mon Nov 20 16:27:35 PST 2006


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

Modified Files:
      Tag: GroupComm
	OPwaitM.nc 
Log Message:
Supports proxy agent.

Index: OPwaitM.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/wustl/apps/Agilla/opcodes/OPwaitM.nc,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -C2 -d -r1.4 -r1.4.2.1
*** OPwaitM.nc	18 May 2006 19:58:41 -0000	1.4
--- OPwaitM.nc	21 Nov 2006 00:27:33 -0000	1.4.2.1
***************
*** 53,56 ****
--- 53,57 ----
      dbg(DBG_USR1, "VM (%i:%i): Executing wait\n", context->id.id, context->pc-1);
      if (context->rstate == AGILLA_RSTATE_EXEC) {
+       dbg(DBG_USR1, "VM (%i:%i): ERROR: agent is executing a reaction, cannot wait.\n", context->id.id, context->pc-1);
        call ErrorMgrI.error2d(context, AGILLA_ERROR_ILLEGAL_RXN_OP, context->id.id, context->pc-1);
        return FAIL;



More information about the Tinyos-contrib-commits mailing list