From 6a79027255ba52769992f8c5adcf69f0f8dbd0a4 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 10 Nov 2010 08:30:56 +0000 Subject: [PATCH] uint --- src/transport/plugin_transport_wlan.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/transport/plugin_transport_wlan.c b/src/transport/plugin_transport_wlan.c index 4b83db3e9..9f8accb95 100644 --- a/src/transport/plugin_transport_wlan.c +++ b/src/transport/plugin_transport_wlan.c @@ -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; }; -- 2.25.1