#include <cogent.h>
int IP_TimerTime(timer_t timer, int absolute, time_t init_sec, time_t init_nsec, time_t interval_sec, time_t interval_nsec );
This function changes the times associated with the timer. If absolute is non-zero, then the init_sec and init_nsec fields are treated as the number of seconds and nanoseconds since 12:00 a.m. Jan 1, 1970 UTC. Otherwise, init_sec and init_nsec are treated as an offset from the current time.
Copyright © 1995-2012 by Cogent Real-Time Systems, Inc. All rights reserved.