|
DTNMA Reference Tools v2.1.0 - 7.g389b8d8
Delay-Tolerant Networking Management Architecture (DTNMA) Tool Suite
|
Instrumentation counters for an Agent. More...
#include <instr.h>
Collaboration diagram for refda_instr_t:Data Fields | |
| pthread_mutex_t | mutex |
| Mutex to protect non atomic state. | |
| cace_ari_t | last_time_recv |
| Holds the local time associated with the last received message. | |
| atomic_ullong | num_execset_recv |
| Count of EXECSET values received from any manager. | |
| atomic_ullong | num_execset_recv_failure |
| Count of EXECSET values failed to receive. | |
| atomic_ullong | num_rptset_sent |
| Count of RPTSET values sent to any manager. | |
| atomic_ullong | num_rptset_sent_failure |
| Count of RPTSET values failed to send. | |
| atomic_ullong | num_tbrs |
| atomic_ullong | num_tbrs_trig |
| atomic_ullong | num_sbrs |
| atomic_ullong | num_sbrs_trig |
| atomic_ullong | num_ctrls_run |
| Count of individual CTRL run during execution. | |
| atomic_ullong | num_ctrls_succeeded |
| atomic_ullong | num_ctrls_failed |
Instrumentation counters for an Agent.
| pthread_mutex_t refda_instr_t::mutex |
Mutex to protect non atomic state.
That includes the last_time_recv member.
Referenced by refda_instr_deinit(), and refda_instr_init().