1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

Changed default flag back to TIMERFD

This commit is contained in:
Dennis Potter 2018-10-16 01:07:57 +02:00
parent 1109a82581
commit 09c5d0bb49

View file

@ -43,7 +43,7 @@ extern "C" {
#if defined(__MACH__)
#define PERIODIC_TASK_IMPL NANOSLEEP
#elif defined(__linux__)
#define PERIODIC_TASK_IMPL RDTSC
#define PERIODIC_TASK_IMPL TIMERFD
#else
#error "Platform not supported"
#endif