X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=tos%2Fsystem%2FSharedArbiterC.nc;h=8d1b618bd7646c157e3a1d94620ef3f8032a3a82;hb=ae0ac21f5f88b0b8cc8e6a3a440be198d3a74bd6;hp=2e61d5cb06c268400e776c13dba0a1d8905e6a6a;hpb=e3f7b8d07ac0c977757bff197d4489105121efc6;p=tinyos-2.x.git diff --git a/tos/system/SharedArbiterC.nc b/tos/system/SharedArbiterC.nc index 2e61d5cb..8d1b618b 100644 --- a/tos/system/SharedArbiterC.nc +++ b/tos/system/SharedArbiterC.nc @@ -45,7 +45,7 @@ generic configuration SharedArbiterC(char resourceName[]) { implementation { enum { CLIENTS = uniqueCount(resourceName) }; - components new SharedArbiterP(CLIENTS); + components new SharedArbiterP(); Resource = SharedArbiterP; ResourceDefaultOwner = SharedArbiterP; ArbiterInfo = SharedArbiterP;