struct tarpc_timevalΒΆ

struct timeval

struct tarpc_timeval {
    // fields

    tarpc_time_t tv_sec;
    tarpc_suseconds_t tv_usec;
};