|
GRPC C++
1.0.0
|
#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 meaure) More... | |
| gpr_clock_type gpr_timespec::clock_type |
Against which clock was this time measured? (or GPR_TIMESPAN if this is a relative time meaure)
| int32_t gpr_timespec::tv_nsec |
| int64_t gpr_timespec::tv_sec |
1.8.11