summaryrefslogtreecommitdiff
path: root/main.h
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2020-06-11 23:08:45 +0200
committerDavid Härdeman <david@hardeman.nu>2020-06-11 23:08:45 +0200
commit76e6067e13831569deca05dbb557d921998e3eb2 (patch)
tree0b2b1e9f24628d60b4d1ee6682a850eed19c569a /main.h
parent79354a389890a7ee4b6cd5b7d7044b521fb133a6 (diff)
Create a helper function to loop through different possible connections and convert proxy to use it
Diffstat (limited to 'main.h')
-rw-r--r--main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.h b/main.h
index 578c8d7..ec4cd2a 100644
--- a/main.h
+++ b/main.h
@@ -44,6 +44,7 @@ struct uring_task {
callback_t callback;
rcallback_t complete_callback; /* to check if tbuf processing is done */
callback_t final_callback; /* once tbuf processing is done */
+ void *priv;
};
struct cfg {