Protect info member with GRPC_LINUX_ERRQUEUE guards

pull/17757/head
Yash Tibrewal 6 years ago
parent dc85d5b556
commit 944b3114fe
  1. 5
      src/core/lib/iomgr/buffer_list.h

@ -93,8 +93,11 @@ struct Timestamps {
Timestamp sent_time;
Timestamp acked_time;
uint32_t byte_offset; /* byte offset relative to the start of the RPC */
uint32_t byte_offset; /* byte offset relative to the start of the RPC */
#ifdef GRPC_LINUX_ERRQUEUE
grpc_core::tcp_info info; /* tcp_info collected on sendmsg */
#endif /* GRPC_LINUX_ERRQUEUE */
};
/** TracedBuffer is a class to keep track of timestamps for a specific buffer in

Loading…
Cancel
Save