]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/asio.c
Opt: Added OPT_BREAK
[libucw.git] / ucw / asio.c
index 038bc181bf75ea4fa023a156858bd51221815670..d20a6d24d26e7362c98c8ca2a6df11c5198196b4 100644 (file)
@@ -9,15 +9,15 @@
 
 #undef LOCAL_DEBUG
 
 
 #undef LOCAL_DEBUG
 
-#include "ucw/lib.h"
-#include "ucw/asio.h"
-#include "ucw/threads.h"
+#include <ucw/lib.h>
+#include <ucw/asio.h>
+#include <ucw/threads.h>
 
 #include <string.h>
 #include <unistd.h>
 #include <errno.h>
 
 
 #include <string.h>
 #include <unistd.h>
 #include <errno.h>
 
-static uns asio_num_users;
+static uint asio_num_users;
 static struct worker_pool asio_wpool;
 
 static void
 static struct worker_pool asio_wpool;
 
 static void
@@ -259,7 +259,7 @@ int main(void)
   ASSERT(r);
   asio_put(r);
 
   ASSERT(r);
   asio_put(r);
 
-  for (uns i=0; i<10; i++)
+  for (uint i=0; i<10; i++)
     {
       r = asio_get(&q);
       r->op = ASIO_WRITE_BACK;
     {
       r = asio_get(&q);
       r->op = ASIO_WRITE_BACK;