From: Miroslav Lichvar Date: Thu, 5 Nov 2015 12:14:57 +0000 (+0100) Subject: sched: use shorter data type for timeout IDs X-Git-Tag: 2.3-pre1~107 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66d534417b2dc9960ec8d3cfee28afb01d885414;p=thirdparty%2Fchrony.git sched: use shorter data type for timeout IDs --- diff --git a/sched.h b/sched.h index d51e1ae4..6d297d30 100644 --- a/sched.h +++ b/sched.h @@ -30,7 +30,7 @@ #include "sysincl.h" /* Type for timeout IDs, valid IDs are always greater than zero */ -typedef unsigned long SCH_TimeoutID; +typedef unsigned int SCH_TimeoutID; typedef enum { SCH_ReservedTimeoutValue = 0,