Function time_ts_add

Function Documentation

void time_ts_add(struct timespec *sum, const struct timespec *val)

Add two timespecs in place.

Parameters:
  • sum – Timespec #1 (also where the result is put)

  • val – Timespec #2