]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/system/RoundRobinResourceQueueC.nc
Add SharedArbiterC.
[tinyos-2.x.git] / tos / system / RoundRobinResourceQueueC.nc
index d2805a6427b2ad2966930aa8fb5ac96ffdf82737..ca23c8a4040478e9afb5e8b4f110deb94e76b11e 100644 (file)
@@ -29,7 +29,7 @@
  
 #include "Resource.h"
  
-generic module RoundRobinResourceQueueC(uint8_t size) {
+generic module RoundRobinResourceQueueC(uint8_t size) @safe() {
   provides {
     interface Init;
     interface ResourceQueue as RoundRobinQueue;