Skip to content

Commit

Permalink
Expose ChannelConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
ollipa committed Jan 15, 2025
1 parent 0da322e commit d513517
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ pub use crate::attributes::MonitorFlags;
#[cfg(feature = "async")]
pub use asynchronous::AsyncNlSocket;
pub use error::NlError;
pub use netlink::ChannelConfig;
#[cfg(feature = "sync")]
pub use synchronous::NlSocket;

0 comments on commit d513517

Please sign in to comment.