aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/block_annotate.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-07-19 15:45:03 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-07-19 15:45:03 -0700
commit6b7c1fbe3e1bcc8f5e20a72acdfec501ac837133 (patch)
tree9061500811c7b83b35d026f542611b0beada1c72 /src/core/lib/iomgr/block_annotate.h
parent89c1428a60a6c5423ccad9ede60079c5e4cc79ac (diff)
Distrib stuff
Diffstat (limited to 'src/core/lib/iomgr/block_annotate.h')
-rw-r--r--src/core/lib/iomgr/block_annotate.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/lib/iomgr/block_annotate.h b/src/core/lib/iomgr/block_annotate.h
index e20faea900..7d6d547ff0 100644
--- a/src/core/lib/iomgr/block_annotate.h
+++ b/src/core/lib/iomgr/block_annotate.h
@@ -16,8 +16,8 @@
*
*/
-#ifndef GRPC_CORE_LIB_SUPPORT_BLOCK_ANNOTATE_H
-#define GRPC_CORE_LIB_SUPPORT_BLOCK_ANNOTATE_H
+#ifndef GRPC_CORE_LIB_IOMGR_BLOCK_ANNOTATE_H
+#define GRPC_CORE_LIB_IOMGR_BLOCK_ANNOTATE_H
/* These annotations identify the beginning and end of regions where
the code may block for reasons other than synchronization functions.
@@ -34,4 +34,4 @@
grpc_exec_ctx_invalidate_now((ec)); \
} while (0)
-#endif /* GRPC_CORE_LIB_SUPPORT_BLOCK_ANNOTATE_H */
+#endif /* GRPC_CORE_LIB_IOMGR_BLOCK_ANNOTATE_H */