Module Posix_time2.Itimerval

type t = {
it_interval : Timeval.t;
it_value : Timeval.t;
}