From f37fb32493b0a4a5b6579d7263494c1589ff204f Mon Sep 17 00:00:00 2001 From: root Date: Wed, 3 Aug 2011 15:25:38 +0000 Subject: *** empty log message *** --- eio.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'eio.c') diff --git a/eio.c b/eio.c index 256f43d..18a903b 100644 --- a/eio.c +++ b/eio.c @@ -326,11 +326,11 @@ static void (*done_poll_cb) (void); static unsigned int max_poll_time; /* reslock */ static unsigned int max_poll_reqs; /* reslock */ -static volatile unsigned int nreqs; /* reqlock */ -static volatile unsigned int nready; /* reqlock */ -static volatile unsigned int npending; /* reqlock */ -static volatile unsigned int max_idle = 4; /* maximum number of threads that can idle indefinitely */ -static volatile unsigned int idle_timeout = 10; /* number of seconds after which an idle threads exit */ +static unsigned int nreqs; /* reqlock */ +static unsigned int nready; /* reqlock */ +static unsigned int npending; /* reqlock */ +static unsigned int max_idle = 4; /* maximum number of threads that can idle indefinitely */ +static unsigned int idle_timeout = 10; /* number of seconds after which an idle threads exit */ static xmutex_t wrklock; static xmutex_t reslock; -- cgit v1.2.3