[Tinyos-contrib-commits] CVS: tinyos-1.x/contrib/wustl/apps/Agilla/types ExpLogger.h, 1.4, 1.5

Chien-Liang Fok chien-liang at users.sourceforge.net
Sun Apr 9 23:16:40 PDT 2006


Update of /cvsroot/tinyos/tinyos-1.x/contrib/wustl/apps/Agilla/types
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24382/types

Modified Files:
	ExpLogger.h 
Log Message:
Added ExpLogger code to OPgetClosestAgent.



Index: ExpLogger.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/wustl/apps/Agilla/types/ExpLogger.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** ExpLogger.h	9 Apr 2006 08:13:09 -0000	1.4
--- ExpLogger.h	10 Apr 2006 06:16:36 -0000	1.5
***************
*** 36,39 ****
--- 36,40 ----
    uint16_t numQueries;
    uint16_t numUpdates;
+   uint16_t numReplies;
  } AgillaExpResultsMsg;
  
***************
*** 48,52 ****
    AGENT_MIGRATING = 6,
    QUERY_GET_CLOSEST_AGENT_ISSUED = 7,
!   QUERY_GET_CLOSEST_AGENT_RESULTS_RECEIVED = 8
    /*STATE_ACCEPTED = 7,
    CODE_ACCEPTED = 8,
--- 49,55 ----
    AGENT_MIGRATING = 6,
    QUERY_GET_CLOSEST_AGENT_ISSUED = 7,
!   QUERY_GET_CLOSEST_AGENT_RESULTS_RECEIVED = 8,
!   QUERY_GET_CLOSEST_AGENT_FORWARDED = 9,
!   QUERY_GET_CLOSEST_AGENT_RESULTS_FORWARDED = 10
    /*STATE_ACCEPTED = 7,
    CODE_ACCEPTED = 8,



More information about the Tinyos-contrib-commits mailing list