GRPC Core  39.0.0
Data Fields
gpr_timespec Struct Reference

Analogous to struct timespec. More...

#include <time.h>

Data Fields

int64_t tv_sec
 
int32_t tv_nsec
 
gpr_clock_type clock_type
 Against which clock was this time measured? (or GPR_TIMESPAN if this is a relative time measure) More...
 

Detailed Description

Analogous to struct timespec.

On some machines, absolute times may be in local time.

Field Documentation

◆ clock_type

gpr_clock_type gpr_timespec::clock_type

Against which clock was this time measured? (or GPR_TIMESPAN if this is a relative time measure)

◆ tv_nsec

int32_t gpr_timespec::tv_nsec

◆ tv_sec

int64_t gpr_timespec::tv_sec

The documentation for this struct was generated from the following file: