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.rs26 use crate::captures::capture::spawn_capture_event_subscriber;
344 spawn_capture_event_subscriber(capture_events_rx, capture); in run_netsimd_primary()
/tools/netsim/rust/daemon/src/captures/
Dcapture.rs268 pub fn spawn_capture_event_subscriber(event_rx: Receiver<Event>, capture: bool) { in spawn_capture_event_subscriber() function