From b9702d8c219eab8e08df824026c911e8a6312321 Mon Sep 17 00:00:00 2001 From: eclipse-zenoh-bot <61247838+eclipse-zenoh-bot@users.noreply.github.com> Date: Wed, 25 Dec 2024 01:51:52 +0100 Subject: [PATCH] build: Sync with eclipse-zenoh/zenoh@0549678 from 2024-12-20 (#876) Co-authored-by: eclipse-zenoh-bot --- include/zenoh_commons.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/zenoh_commons.h b/include/zenoh_commons.h index b148abf66..9ea2a5a29 100644 --- a/include/zenoh_commons.h +++ b/include/zenoh_commons.h @@ -320,7 +320,7 @@ typedef struct z_moved_closure_hello_t { */ typedef struct z_owned_closure_query_t { void *_context; - void (*_call)(struct z_loaned_query_t *reply, void *context); + void (*_call)(struct z_loaned_query_t *query, void *context); void (*_drop)(void *context); } z_owned_closure_query_t; /**