Home
last modified time | relevance | path

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

/tools/netsim/rust/daemon/src/devices/
Ddevices_handler.rs674 let timestamp_proto = subscribe_device_request.last_modified; in handle_device_subscribe() localVariable
676 Duration::new(timestamp_proto.seconds as u64, timestamp_proto.nanos as u32); in handle_device_subscribe()