[Tinyos-contrib-commits] CVS: tinyos-1.x/contrib/wustl/apps/AgillaAgents/GroupComm/mobile-chat Proxy.ma, 1.5, 1.6

Chien-Liang Fok chien-liang at users.sourceforge.net
Wed Dec 20 01:56:15 PST 2006


Update of /cvsroot/tinyos/tinyos-1.x/contrib/wustl/apps/AgillaAgents/GroupComm/mobile-chat
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv30942

Modified Files:
	Proxy.ma 
Log Message:
Bug fix.  Proxy did not end reaction if it did not find a neighbor when trying to send a message.

Index: Proxy.ma
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/wustl/apps/AgillaAgents/GroupComm/mobile-chat/Proxy.ma,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Proxy.ma	21 Nov 2006 00:26:58 -0000	1.5
--- Proxy.ma	20 Dec 2006 09:56:13 -0000	1.6
***************
*** 52,56 ****
                  pushloc force_uart_x force_uart_y
                  rout
!                 rjump WAIT 
  GOT_NBR         getvar  0 //   Stack:  (member loc, neighbor loc, <3, "ocm", screen name, chat msg>)
                  ceq
--- 52,57 ----
                  pushloc force_uart_x force_uart_y
                  rout
!                 pushc WAIT 
!                 endrxn
  GOT_NBR         getvar  0 //   Stack:  (member loc, neighbor loc, <3, "ocm", screen name, chat msg>)
                  ceq



More information about the Tinyos-contrib-commits mailing list