We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a27c2f0 commit e994bceCopy full SHA for e994bce
commons/zenoh-codec/src/network/mod.rs
@@ -27,7 +27,7 @@ use zenoh_protocol::{
27
core::{EntityId, Reliability, ZenohIdProto},
28
network::{
29
ext::{self, EntityGlobalIdType},
30
- id, NetworkBody, NetworkBodyRef, NetworkMessage, NetworkMessageRef,
+ id, NetworkBody, NetworkBodyRef, NetworkMessage, NetworkMessageExt, NetworkMessageRef,
31
},
32
};
33
0 commit comments