summaryrefslogtreecommitdiff
path: root/contrib/unbound/services/mesh.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/unbound/services/mesh.h')
-rw-r--r--contrib/unbound/services/mesh.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/unbound/services/mesh.h b/contrib/unbound/services/mesh.h
index df2972ac3306..d0a4b5fb3d0d 100644
--- a/contrib/unbound/services/mesh.h
+++ b/contrib/unbound/services/mesh.h
@@ -230,6 +230,8 @@ struct mesh_reply {
uint8_t* qname;
/** same as that in query_info. */
struct local_rrset* local_alias;
+ /** send query to this http2 stream, if set */
+ struct http2_stream* h2_stream;
};
/**