X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tos%2Fsystem%2FSharedArbiterP.nc;h=40afb970ed91b670578ba4091ac385d323eb3115;hb=63b3ea113fdeca4b51bf68fec23354e6a78fafae;hp=aa9260693c5d39fc3c5205031034f3059885e699;hpb=a2bb24f03eb12b5745ff8680dc70c75c3a9983bb;p=tinyos-2.x.git diff --git a/tos/system/SharedArbiterP.nc b/tos/system/SharedArbiterP.nc index aa926069..40afb970 100644 --- a/tos/system/SharedArbiterP.nc +++ b/tos/system/SharedArbiterP.nc @@ -38,7 +38,6 @@ generic module SharedArbiterP() { provides { - interface Init; interface Resource[uint8_t id]; interface ResourceDefaultOwner; interface ArbiterInfo; @@ -117,13 +116,6 @@ implementation { } } - command error_t Init.init() - { - call GrantedVector.clearAll(); - call RequestingVector.clearAll(); - return SUCCESS; - } - async command error_t Resource.request[uint8_t id]() { /* The Resource docs do not say what happens when a user calls