Skip to content

Commit

Permalink
build: Sync Cargo lockfile with Zenoh's
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-zenoh-bot committed Dec 25, 2024
1 parent 1016a90 commit a3f3637
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 a3f3637

Please sign in to comment.