소스 검색

Merge branch 'cleaner-posix3' of github.com:ctiller/grpc into cleaner-posix3

Craig Tiller 10 년 전
부모
커밋
54a7b8d625
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/core/lib/iomgr/ev_poll_posix.h

+ 3 - 3
src/core/lib/iomgr/ev_poll_posix.h

@@ -31,11 +31,11 @@
  *
  */
 
-#ifndef GRPC_INTERNAL_CORE_IOMGR_EV_POLL_POSIX_H
-#define GRPC_INTERNAL_CORE_IOMGR_EV_POLL_POSIX_H
+#ifndef GRPC_CORE_LIB_IOMGR_EV_POLL_POSIX_H
+#define GRPC_CORE_LIB_IOMGR_EV_POLL_POSIX_H
 
 #include "src/core/lib/iomgr/ev_posix.h"
 
 const grpc_event_engine_vtable *grpc_init_poll_posix(void);
 
-#endif  // GRPC_INTERNAL_CORE_IOMGR_EV_POLL_AND_EPOLL_POSIX_H
+#endif /* GRPC_CORE_LIB_IOMGR_EV_POLL_POSIX_H */