Skip to content

Commit

Permalink
Fix ke_liveliness
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierHecart committed Dec 10, 2024
1 parent 2096085 commit dce3304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zenoh-ext/src/advanced_cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ use zenoh::{
pub(crate) static KE_UHLC: &keyexpr = ke!("uhlc");
#[zenoh_macros::unstable]
kedefine!(
pub(crate) ke_liveliness: "@adv/${zid:*}/${eid:*}/${meta:**}/@/${remaining:**}",
pub(crate) ke_liveliness: "@adv/${entity:*}/${zid:*}/${eid:*}/${meta:**}/@/${remaining:**}",
);

#[zenoh_macros::unstable]
Expand Down

0 comments on commit dce3304

Please sign in to comment.