From e3bead98980b6da41ec7f802e86a3325a319f67f Mon Sep 17 00:00:00 2001 From: hiro Date: Wed, 10 Oct 2007 02:39:07 +0000 Subject: [PATCH] No need for a signed number of events. --- tos/lib/tossim/sf/Throttle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tos/lib/tossim/sf/Throttle.h b/tos/lib/tossim/sf/Throttle.h index 6289e0dc..22d17d33 100644 --- a/tos/lib/tossim/sf/Throttle.h +++ b/tos/lib/tossim/sf/Throttle.h @@ -66,7 +66,7 @@ class Throttle { Tossim* sim; - long throttleCount; + unsigned long throttleCount; double getTime(); double toDouble(struct timeval* tv); -- 2.39.2