Container for ranking-related values. More...
#include <daemon/fw/asf-probing-module.hpp>
Collaboration diagram for nfd::fw::asf::FaceStats:Public Attributes | |
| uint64_t | cost = 0 |
| Face * | face = nullptr |
| time::nanoseconds | rtt = 0_ns |
| time::nanoseconds | srtt = 0_ns |
Container for ranking-related values.
Definition at line 36 of file asf-probing-module.hpp.
| uint64_t nfd::fw::asf::FaceStats::cost = 0 |
Definition at line 41 of file asf-probing-module.hpp.
| Face* nfd::fw::asf::FaceStats::face = nullptr |
Definition at line 38 of file asf-probing-module.hpp.
| time::nanoseconds nfd::fw::asf::FaceStats::rtt = 0_ns |
Definition at line 39 of file asf-probing-module.hpp.
| time::nanoseconds nfd::fw::asf::FaceStats::srtt = 0_ns |
Definition at line 40 of file asf-probing-module.hpp.