-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,8 +12,8 @@ | |
// ZettaScale Zenoh Team, <[email protected]> | ||
// | ||
|
||
#ifndef ZENOH_PICO_SESSION_SUBSCRIPTION_H | ||
#define ZENOH_PICO_SESSION_SUBSCRIPTION_H | ||
#ifndef INCLUDE_ZENOH_PICO_SESSION_SUBSCRIPTION_H | ||
#define INCLUDE_ZENOH_PICO_SESSION_SUBSCRIPTION_H | ||
|
||
#include "zenoh-pico/net/session.h" | ||
|
||
|
@@ -25,7 +25,7 @@ _z_subscription_sptr_list_t *_z_get_subscriptions_by_key(_z_session_t *zn, uint8 | |
|
||
_z_subscription_sptr_t *_z_register_subscription(_z_session_t *zn, uint8_t is_local, _z_subscription_t *sub); | ||
void _z_trigger_local_subscriptions(_z_session_t *zn, const _z_keyexpr_t keyexpr, const uint8_t *payload, | ||
_z_zint_t payload_len); | ||
_z_zint_t payload_len, z_attachment_t att); | ||
int8_t _z_trigger_subscriptions(_z_session_t *zn, const _z_keyexpr_t keyexpr, const _z_bytes_t payload, | ||
const _z_encoding_t encoding, const _z_zint_t kind, const _z_timestamp_t timestamp, | ||
z_attachment_t att); | ||
|
@@ -36,4 +36,4 @@ void _z_flush_subscriptions(_z_session_t *zn); | |
_z_zint_t _z_get_pull_id(_z_session_t *zn); | ||
#endif | ||
|
||
#endif /* ZENOH_PICO_SESSION_SUBSCRIPTION_H */ | ||
#endif /* INCLUDE_ZENOH_PICO_SESSION_SUBSCRIPTION_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters