Skip to content

Commit

Permalink
build: Sync with eclipse-zenoh/zenoh@0549678 from 2024-12-20 (#876)
Browse files Browse the repository at this point in the history
Co-authored-by: eclipse-zenoh-bot <[email protected]>
  • Loading branch information
eclipse-zenoh-bot and eclipse-zenoh-bot authored Dec 25, 2024
1 parent 1016a90 commit b9702d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/zenoh_commons.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
/**
Expand Down

0 comments on commit b9702d8

Please sign in to comment.