[Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/wustl/apps/Agilla/components/NetworkInterface
NetworkInterfaceM.nc, 1.10, 1.11
Chien-Liang Fok
chien-liang at users.sourceforge.net
Sun Apr 9 23:16:39 PDT 2006
Update of /cvsroot/tinyos/tinyos-1.x/contrib/wustl/apps/Agilla/components/NetworkInterface
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24382/components/NetworkInterface
Modified Files:
NetworkInterfaceM.nc
Log Message:
Added ExpLogger code to OPgetClosestAgent.
Index: NetworkInterfaceM.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/wustl/apps/Agilla/components/NetworkInterface/NetworkInterfaceM.nc,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** NetworkInterfaceM.nc 7 Apr 2006 01:14:52 -0000 1.10
--- NetworkInterfaceM.nc 10 Apr 2006 06:16:35 -0000 1.11
***************
*** 311,314 ****
--- 311,319 ----
else if (id == AM_AGILLALOCMSG)
call ExpLoggerI.incNumUpdates();
+ else if (id == AM_AGILLAQUERYREPLYNUMAGENTSMSG ||
+ id == AM_AGILLAQUERYREPLYAGENTLOCMSG ||
+ id == AM_AGILLAQUERYREPLYNEARESTAGENTMSG ||
+ id == AM_AGILLAQUERYREPLYALLAGENTSMSG)
+ call ExpLoggerI.incNumReplies();
#endif
More information about the Tinyos-contrib-commits
mailing list