#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/transport/transport-testing2.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Type is (usually) GNUNET_TRANSPORT_TESTING_SIMPLE_PERFORMANCE_MTYPE. More... | |
struct GNUNET_TIME_AbsoluteNBO | time_send |
Time this message was send via transport api. More... | |
uint32_t | num |
Monotonically increasing counter throughout the test. More... | |
Definition at line 432 of file transport-testing2.h.
struct GNUNET_MessageHeader GNUNET_TRANSPORT_TESTING_PerformanceTestMessage::header |
Type is (usually) GNUNET_TRANSPORT_TESTING_SIMPLE_PERFORMANCE_MTYPE.
Definition at line 437 of file transport-testing2.h.
struct GNUNET_TIME_AbsoluteNBO GNUNET_TRANSPORT_TESTING_PerformanceTestMessage::time_send |
Time this message was send via transport api.
Definition at line 442 of file transport-testing2.h.
Referenced by send_simple_single().
uint32_t GNUNET_TRANSPORT_TESTING_PerformanceTestMessage::num |
Monotonically increasing counter throughout the test.
Definition at line 447 of file transport-testing2.h.
Referenced by send_simple_single().