Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #166 from Tim-Zhang/fix-rtnetlink-example
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed Jun 2, 2021
2 parents a9367bc + 1e8bc53 commit 239327d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtnetlink/examples/ip_monitor.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use futures::stream::StreamExt;

use netlink_proto::sys::constants::*;
use netlink_packet_route::constants::*;
use rtnetlink::{new_connection, sys::SocketAddr};

#[tokio::main]
Expand Down

0 comments on commit 239327d

Please sign in to comment.