00001 00012 #ifndef TIMED_LATENCY_SENDER_H_ 00013 #define TIMED_LATENCY_SENDER_H_ 00014 00015 #include "timed_latency.h" 00016 #include <execution.h> 00017 #include <util/config.h> 00018 00019 #ifdef __cplusplus 00020 extern "C" { 00021 #endif 00022 00023 void timed_latency_sender_init(Config *); 00024 00025 #ifdef __cplusplus 00026 } 00027 #endif 00028 00029 #endif /* TIMED_LATENCY_SENDER_H_ */