Merge pull request #17785 from yashykt/namespacequalifier

Add namespace qualifier to scm_timestamping
pull/17796/head^2
Yash Tibrewal 6 years ago committed by GitHub
commit afc5b0b5d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/core/lib/iomgr/tcp_posix.cc

@ -714,7 +714,7 @@ static void process_errors(grpc_tcp* tcp) {
// Allocate aligned space for cmsgs received along with a timestamps
union {
char rbuf[CMSG_SPACE(sizeof(scm_timestamping)) +
char rbuf[CMSG_SPACE(sizeof(grpc_core::scm_timestamping)) +
CMSG_SPACE(sizeof(sock_extended_err) + sizeof(sockaddr_in)) +
CMSG_SPACE(16 * NLA_ALIGN(NLA_HDRLEN + sizeof(uint64_t)))];
struct cmsghdr align;

Loading…
Cancel
Save