summaryrefslogtreecommitdiff
path: root/evrpc-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'evrpc-internal.h')
-rw-r--r--evrpc-internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/evrpc-internal.h b/evrpc-internal.h
index de2ab47d..656533b6 100644
--- a/evrpc-internal.h
+++ b/evrpc-internal.h
@@ -48,6 +48,8 @@ void evrpc_reqstate_free(struct evrpc_req_generic* rpc_state);
struct evrpc_pool {
struct evconq connections;
+ int timeout;
+
TAILQ_HEAD(evrpc_requestq, evrpc_request_wrapper) requests;
};