Parcourir la source

Don't use option in PacketMeta.id.

Dario Nieuwenhuis il y a 1 an
Parent
commit
2b0ad1a278
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/phy/mod.rs

+ 1 - 1
src/phy/mod.rs

@@ -158,7 +158,7 @@ pub use self::tuntap_interface::TunTapInterface;
 #[non_exhaustive]
 #[non_exhaustive]
 pub struct PacketMeta {
 pub struct PacketMeta {
     #[cfg(feature = "packetmeta-id")]
     #[cfg(feature = "packetmeta-id")]
-    pub id: Option<u32>,
+    pub id: u32,
 }
 }
 
 
 /// A description of checksum behavior for a particular protocol.
 /// A description of checksum behavior for a particular protocol.