summaryrefslogtreecommitdiffstats
path: root/daemon/http.c
diff options
context:
space:
mode:
authorOto Šťáva <oto.stava@nic.cz>2022-10-20 12:10:15 +0200
committerOto Šťáva <oto.stava@nic.cz>2023-01-26 12:56:08 +0100
commit0a2e4472d786175badf19897a9d2e92bba8c5ce1 (patch)
treea9ab6ec35a45b2ea9e661b194627ff9260b66087 /daemon/http.c
parentdaemon/session2: documentation (diff)
downloadknot-resolver-0a2e4472d786175badf19897a9d2e92bba8c5ce1.tar.xz
knot-resolver-0a2e4472d786175badf19897a9d2e92bba8c5ce1.zip
daemon: XDP with protolayers
Diffstat (limited to 'daemon/http.c')
-rw-r--r--daemon/http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/http.c b/daemon/http.c
index ee067aa4..e88e908a 100644
--- a/daemon/http.c
+++ b/daemon/http.c
@@ -368,7 +368,7 @@ static int http_send_response_rst_stream(struct pl_http_sess_data *ctx, int32_t
}
static void callback_finished_free_baton(int status, struct session2 *session,
- const void *target, void *baton)
+ const struct comm_info *comm, void *baton)
{
free(baton);
}