Module Posix_time.Itimerval

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