summaryrefslogtreecommitdiff
path: root/lib/multihandle.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2015-06-01 11:45:52 +0200
committerDaniel Stenberg <daniel@haxx.se>2015-06-24 23:44:42 +0200
commitea7134ac874a66107e54ff93657ac565cf2ec4aa (patch)
tree72f0b2d2b5aa7158197449ef46c1cb122e010476 /lib/multihandle.h
parent70191958b5db1814e13ef90856a9f70a5186e733 (diff)
downloadcurl-ea7134ac874a66107e54ff93657ac565cf2ec4aa.tar.gz
http2: initial implementation of the push callback
Diffstat (limited to 'lib/multihandle.h')
-rw-r--r--lib/multihandle.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/multihandle.h b/lib/multihandle.h
index cad44d1df..6c24f50f1 100644
--- a/lib/multihandle.h
+++ b/lib/multihandle.h
@@ -87,6 +87,10 @@ struct Curl_multi {
curl_socket_callback socket_cb;
void *socket_userp;
+ /* callback function and user data pointer for server push */
+ curl_push_callback push_cb;
+ void *push_userp;
+
/* Hostname cache */
struct curl_hash hostcache;