[Tinyos-2-commits] CVS: tinyos-2.x/tos/system ArbiterP.nc, 1.9, 1.10

Kevin Klues klueska at users.sourceforge.net
Sat May 24 12:34:18 PDT 2008


Update of /cvsroot/tinyos/tinyos-2.x/tos/system
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2610

Modified Files:
	ArbiterP.nc 
Log Message:
Oops.  On last commit I removed the returning of SUCCESS from ArbiterP.... back in there now

Index: ArbiterP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/system/ArbiterP.nc,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** ArbiterP.nc	9 May 2008 21:29:01 -0000	1.9
--- ArbiterP.nc	24 May 2008 19:34:15 -0000	1.10
***************
*** 121,124 ****
--- 121,125 ----
            signal ResourceDefaultOwner.granted();
          }
+         return SUCCESS;
        }
      }



More information about the Tinyos-2-commits mailing list