Skip to content

Commit

Permalink
fix _zp_multicast_fetch_zid signature
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisBiryukov91 committed Jul 2, 2024
1 parent 2eb2e58 commit 67e3307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transport/multicast.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ void _zp_multicast_info_session(const _z_transport_t *zt, _z_config_t *ps) {
}

#else
void _zp_multicast_fetch_zid(const _z_transport_t *zt, z_owned_closure_zid_t *callback) {
void _zp_multicast_fetch_zid(const _z_transport_t *zt, _z_closure_zid_t *callback) {
_ZP_UNUSED(zt);
_ZP_UNUSED(callback);
}
Expand Down

0 comments on commit 67e3307

Please sign in to comment.