about summary refs log tree commit homepage
path: root/ioq.c
diff options
context:
space:
mode:
Diffstat (limited to 'ioq.c')
-rw-r--r--ioq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ioq.c b/ioq.c
index 0000bb8..9b0bd9a 100644
--- a/ioq.c
+++ b/ioq.c
@@ -14,7 +14,7 @@
  */
 __thread struct mog_ioq *mog_ioq_current;
 
-void mog_ioq_init(struct mog_ioq *ioq, struct mog_svc *svc, size_t val)
+void mog_ioq_init(struct mog_ioq *ioq, struct mog_svc *svc, unsigned val)
 {
         ioq->cur = val;
         ioq->max = val;