Public Attributes | List of all members
gpr_timespec Struct Reference

#include <gpr_types.h>

Public Attributes

gpr_clock_type clock_type
 
int32_t tv_nsec
 
int64_t tv_sec
 

Detailed Description

Analogous to struct timespec. On some machines, absolute times may be in local time.

Definition at line 50 of file gpr_types.h.

Member Data 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)

Definition at line 55 of file gpr_types.h.

◆ tv_nsec

int32_t gpr_timespec::tv_nsec

Definition at line 52 of file gpr_types.h.

◆ tv_sec

int64_t gpr_timespec::tv_sec

Definition at line 51 of file gpr_types.h.


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


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:45