summaryrefslogtreecommitdiff
path: root/lib/c-hyper.h
diff options
context:
space:
mode:
authorSean McArthur <sean@seanmonstar.com>2022-06-29 17:45:32 -0700
committerDaniel Stenberg <daniel@haxx.se>2022-06-30 10:19:08 +0200
commitbe8d2b037da92e39044366fbbaf2dd2e6e30685b (patch)
tree82d1d6d7d3ba5d8982901096e35405239494898d /lib/c-hyper.h
parentc7f53b749301df5fdc9c47a614a7e831af928709 (diff)
downloadcurl-be8d2b037da92e39044366fbbaf2dd2e6e30685b.tar.gz
hyper: use wakers for curl pause/resume
Closes #9070
Diffstat (limited to 'lib/c-hyper.h')
-rw-r--r--lib/c-hyper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/c-hyper.h b/lib/c-hyper.h
index 91a62619c..70507ad2a 100644
--- a/lib/c-hyper.h
+++ b/lib/c-hyper.h
@@ -36,6 +36,7 @@ struct hyptransfer {
const hyper_executor *exec;
hyper_task *endtask;
hyper_waker *exp100_waker;
+ hyper_waker *send_body_waker;
};
size_t Curl_hyper_recv(void *userp, hyper_context *ctx,