From ea7134ac874a66107e54ff93657ac565cf2ec4aa Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 1 Jun 2015 11:45:52 +0200 Subject: http2: initial implementation of the push callback --- lib/multihandle.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/multihandle.h') 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; -- cgit v1.2.3