aboutsummaryrefslogtreecommitdiffstats
path: root/src/route_monitor/mod.rs
blob: db741307a10629440652c07aa447c33b957a686a (plain) (blame)
1
2
3
4
5
#[cfg(any(target_os = "android", target_os = "linux"))]
mod linux;

#[cfg(any(target_os = "android", target_os = "linux"))]
pub use self::linux::RouteListener;