Home
last modified time | relevance | path

Searched refs:spawn_capture_event_subscriber (Results 1 – 2 of 2) sorted by relevance

/tools/netsim/rust/daemon/src/
Drust_main.rs24 use crate::captures::capture::spawn_capture_event_subscriber;
281 spawn_capture_event_subscriber(capture_events_rx); in run_netsimd_primary()
/tools/netsim/rust/daemon/src/captures/
Dcapture.rs269 pub fn spawn_capture_event_subscriber(event_rx: Receiver<Event>) { in spawn_capture_event_subscriber() function