Module Posix_time2.Itimerval

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