diff --git a/zenoh/src/lib.rs b/zenoh/src/lib.rs index 893ef747cb..4b53ceabd1 100644 --- a/zenoh/src/lib.rs +++ b/zenoh/src/lib.rs @@ -187,6 +187,8 @@ pub mod key_expr { pub mod session { #[zenoh_macros::unstable] pub use zenoh_config::wrappers::EntityGlobalId; + pub use zenoh_config::wrappers::ZenohId; + #[zenoh_macros::unstable] pub use zenoh_protocol::core::EntityId; #[zenoh_macros::internal]