pull/2403/head
Craig Tiller 10 years ago
parent 58bbc864ba
commit ec6a7fdef9
  1. 2
      include/grpc/support/time.h

@ -60,6 +60,8 @@ typedef enum {
typedef struct gpr_timespec { typedef struct gpr_timespec {
time_t tv_sec; time_t tv_sec;
int tv_nsec; int tv_nsec;
/** Against which clock was this time measured? (or GPR_TIMESPAN if
this is a relative time meaure) */
gpr_clock_type clock_type; gpr_clock_type clock_type;
} gpr_timespec; } gpr_timespec;

Loading…
Cancel
Save