aboutsummaryrefslogtreecommitdiff
path: root/src/htbt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/htbt.h')
-rw-r--r--src/htbt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/htbt.h b/src/htbt.h
index 3d6a42c..45debf0 100644
--- a/src/htbt.h
+++ b/src/htbt.h
@@ -2,6 +2,7 @@
#include "pth.h"
#include "resolv.h"
#include "protocol.h"
+#include "pack.h"
#include <mbedtls/ssl.h>
@@ -35,6 +36,7 @@ struct prne_htbt_param {
prne_resolv_t *resolv;
prne_htbt_cbset_t cb_f;
void *cb_ctx;
+ const prne_rcb_param_t *rcb;
int blackhole;
};