aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_wlan.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-11-10 08:30:56 +0000
committerChristian Grothoff <christian@grothoff.org>2010-11-10 08:30:56 +0000
commit6a79027255ba52769992f8c5adcf69f0f8dbd0a4 (patch)
treec470fb848093ef668392440e8a70cc8dd993d127 /src/transport/plugin_transport_wlan.c
parentc096eaed42b83fcd4afc87d3d24fe31975a4b62a (diff)
downloadgnunet-6a79027255ba52769992f8c5adcf69f0f8dbd0a4.tar.gz
gnunet-6a79027255ba52769992f8c5adcf69f0f8dbd0a4.zip
uint
Diffstat (limited to 'src/transport/plugin_transport_wlan.c')
-rw-r--r--src/transport/plugin_transport_wlan.c4
1 files 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
163 /** 163 /**
164 * number of pending sessions 164 * number of pending sessions
165 */ 165 */
166 uint pendingsessions; 166 unsigned int pendingsessions;
167 167
168 /** 168 /**
169 * Messages in the fragmentation queue, head 169 * Messages in the fragmentation queue, head
@@ -181,7 +181,7 @@ struct Plugin
181 * number of pending fragment message 181 * number of pending fragment message
182 */ 182 */
183 183
184 uint pending_fragment_messages; 184 unsigned int pending_fragment_messages;
185 185
186}; 186};
187 187