> What is the longest delay in clock ticks that can be given to > rt_task_make_periodic (2^32 ?) for the period argument? > What are some ways to produce longer periods? 2^63-2 ns. It is more than 292 years. Type hrtime_t is equivalent to (signed) long long. See HRTIME_INFINITY in rtl_time.h Regards Gabor -- [rtl] --- To unsubscribe: echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED] --- For more information on Real-Time Linux see: http://www.rtlinux.org/rtlinux/
