Skip to content

Commit

Permalink
Adds missing zenoh_loan_type impl for query.
Browse files Browse the repository at this point in the history
Signed-off-by: Franco Cipollone <[email protected]>
  • Loading branch information
francocipollone committed Dec 4, 2023
1 parent 16cba07 commit e847125
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/zenoh_macros.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ template<> struct zenoh_loan_type<z_owned_keyexpr_t>{ typedef z_keyexpr_t type;
template<> struct zenoh_loan_type<z_owned_config_t>{ typedef z_config_t type; };
template<> struct zenoh_loan_type<z_owned_publisher_t>{ typedef z_publisher_t type; };
template<> struct zenoh_loan_type<z_owned_subscriber_t>{ typedef z_subscriber_t type; };
template<> struct zenoh_loan_type<z_owned_query_t>{ typedef z_query_t type; };
template<> struct zenoh_loan_type<z_owned_pull_subscriber_t>{ typedef z_pull_subscriber_t type; };
template<> struct zenoh_loan_type<z_owned_encoding_t>{ typedef z_encoding_t type; };
template<> struct zenoh_loan_type<z_owned_hello_t>{ typedef z_hello_t type; };
Expand Down

0 comments on commit e847125

Please sign in to comment.