[Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/wustl/apps/Agilla/types
ExpLogger.h, 1.3, 1.4
Chien-Liang Fok
chien-liang at users.sourceforge.net
Sun Apr 9 01:13:12 PDT 2006
Update of /cvsroot/tinyos/tinyos-1.x/contrib/wustl/apps/Agilla/types
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2807/types
Modified Files:
ExpLogger.h
Log Message:
Index: ExpLogger.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/wustl/apps/Agilla/types/ExpLogger.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** ExpLogger.h 8 Apr 2006 21:27:36 -0000 1.3
--- ExpLogger.h 9 Apr 2006 08:13:09 -0000 1.4
***************
*** 47,51 ****
SET_CLUSTER_HEAD = 5,
AGENT_MIGRATING = 6,
! STATE_ACCEPTED = 7,
CODE_ACCEPTED = 8,
HEAP_ACCEPTED = 9,
--- 47,53 ----
SET_CLUSTER_HEAD = 5,
AGENT_MIGRATING = 6,
! QUERY_GET_CLOSEST_AGENT_ISSUED = 7,
! QUERY_GET_CLOSEST_AGENT_RESULTS_RECEIVED = 8
! /*STATE_ACCEPTED = 7,
CODE_ACCEPTED = 8,
HEAP_ACCEPTED = 9,
***************
*** 56,60 ****
HEAP_REJECTED = 14,
OPSTACK_REJECTED = 15,
! RXN_REJECTED = 16
} AgillaTraceConstants;
--- 58,62 ----
HEAP_REJECTED = 14,
OPSTACK_REJECTED = 15,
! RXN_REJECTED = 16,*/
} AgillaTraceConstants;
More information about the Tinyos-contrib-commits
mailing list