aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/wakeup_fd_pipe.h
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2017-09-21 15:49:55 -0700
committerGravatar Yash Tibrewal <yashkt@google.com>2017-10-02 16:26:53 -0700
commit1c9b584a153ff592c92b6cf6baa620d8602a37cd (patch)
treed0b37f8e7536144d2f8549d48901e732093e81e6 /src/core/lib/iomgr/wakeup_fd_pipe.h
parent53a47f09e2fe9755608eac9308a90d232fb1551f (diff)
Changes for C to C++. Adding extern C to header files for compatibility.
Diffstat (limited to 'src/core/lib/iomgr/wakeup_fd_pipe.h')
-rw-r--r--src/core/lib/iomgr/wakeup_fd_pipe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/wakeup_fd_pipe.h b/src/core/lib/iomgr/wakeup_fd_pipe.h
index c4c95ab358..9bbb5e2ff7 100644
--- a/src/core/lib/iomgr/wakeup_fd_pipe.h
+++ b/src/core/lib/iomgr/wakeup_fd_pipe.h
@@ -25,7 +25,7 @@
extern "C" {
#endif
-extern grpc_wakeup_fd_vtable grpc_pipe_wakeup_fd_vtable;
+extern const grpc_wakeup_fd_vtable grpc_pipe_wakeup_fd_vtable;
#ifdef __cplusplus
}