]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
No need for a signed number of events.
authorhiro <hiro>
Wed, 10 Oct 2007 02:39:07 +0000 (02:39 +0000)
committerhiro <hiro>
Wed, 10 Oct 2007 02:39:07 +0000 (02:39 +0000)
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);