uint
authorChristian Grothoff <christian@grothoff.org>
Wed, 10 Nov 2010 08:30:56 +0000 (08:30 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 10 Nov 2010 08:30:56 +0000 (08:30 +0000)
src/transport/plugin_transport_wlan.c

index 4b83db3e95ee041b6e1e4ef29eb130d176b8a579..9f8accb952194ede52194a69f75252c086cd95ab 100644 (file)
@@ -163,7 +163,7 @@ struct Plugin
   /**
    * number of pending sessions
    */
-  uint pendingsessions;
+  unsigned int pendingsessions;
 
   /**
    * Messages in the fragmentation queue, head
@@ -181,7 +181,7 @@ struct Plugin
      * number of pending fragment message
      */
 
-  uint pending_fragment_messages;
+  unsigned int pending_fragment_messages;
 
 };