]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/tossim/sf/Throttle.h
No need for a signed number of events.
[tinyos-2.x.git] / tos / lib / tossim / sf / Throttle.h
index 6289e0dc5ed909411d45e8c85b01dc3e351a7c48..22d17d331dfdbcb5ae2d884fe58ab2cebf026530 100644 (file)
@@ -66,7 +66,7 @@ class Throttle {
 
         Tossim* sim;
 
-        long throttleCount;
+        unsigned long throttleCount;
 
         double getTime();
         double toDouble(struct timeval* tv);