[Tinyos-2-commits] CVS: tinyos-2.x/tos/system ArbiterP.nc, 1.1.2.1,
1.1.2.2
Kevin Klues
klueska at users.sourceforge.net
Sat Sep 23 15:30:28 PDT 2006
Update of /cvsroot/tinyos/tinyos-2.x/tos/system
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv20876/tos/system
Modified Files:
Tag: tinyos-2_0_devel-BRANCH
ArbiterP.nc
Log Message:
Added default implementation of ResourceController.immediateRequested()
Index: ArbiterP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/system/Attic/ArbiterP.nc,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** ArbiterP.nc 15 Aug 2006 11:56:05 -0000 1.1.2.1
--- ArbiterP.nc 23 Sep 2006 22:30:26 -0000 1.1.2.2
***************
*** 199,202 ****
--- 199,203 ----
}
default async event void ResourceController.immediateRequested() {
+ call ResourceController.release();
}
default async command void ResourceConfigure.configure[uint8_t id]() {
More information about the Tinyos-2-commits
mailing list