TIMER_SECS
its1.it_value.tv_sec += TIMER_SECS;
its1.it_value.tv_sec = TIMER_SECS;
const int interval = TIMER_SECS;
printf("Setting timers for every %i seconds\n", TIMER_SECS);
delta_ns -= NSEC_PER_SEC * TIMER_SECS * alarmcount;