aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-09-26 15:58:11 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-09-26 15:58:11 +0000
commit5c9b9bac3b0a6f1e090342e460f6393c68492797 (patch)
tree5159d609684d830de783fc0ccf090073ae979f1f /src/transport/plugin_transport_http.h
parenteea392cfb326b6cd3eadaf74ffd8e71d570d235e (diff)
downloadgnunet-5c9b9bac3b0a6f1e090342e460f6393c68492797.tar.gz
gnunet-5c9b9bac3b0a6f1e090342e460f6393c68492797.zip
fixed:
- session matching - curl send handle suspending
Diffstat (limited to 'src/transport/plugin_transport_http.h')
-rw-r--r--src/transport/plugin_transport_http.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_http.h b/src/transport/plugin_transport_http.h
index 249b92c9d..7120accfb 100644
--- a/src/transport/plugin_transport_http.h
+++ b/src/transport/plugin_transport_http.h
@@ -244,7 +244,7 @@ struct Session
244 244
245 void *client_put; 245 void *client_put;
246 void *client_get; 246 void *client_get;
247 int put_paused; 247 int client_put_paused;
248 248
249 void *server_recv; 249 void *server_recv;
250 void *server_send; 250 void *server_send;