summaryrefslogtreecommitdiff
path: root/eio.c
diff options
context:
space:
mode:
authorroot <root>2011-08-03 15:25:38 +0000
committerroot <root>2011-08-03 15:25:38 +0000
commitf37fb32493b0a4a5b6579d7263494c1589ff204f (patch)
treeb43dba2df83a7262c363ac0a69c52b8c20869bd0 /eio.c
parent63ce26599ad3cc88324cd92d276ca21b5fa2470a (diff)
*** empty log message ***
Diffstat (limited to 'eio.c')
-rw-r--r--eio.c10
1 files changed, 5 insertions, 5 deletions
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;