aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/iomgr/iomgr.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-03-21 09:26:33 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-03-21 09:26:33 -0700
commit255bbfdbe21a984d3629e594d7514736364f9549 (patch)
tree61b42d2f940345ee81c8776b30bfa85b9ee159b5 /src/core/iomgr/iomgr.h
parent963c2b757a8576cf0e959bcfedfd03456915a470 (diff)
parentbb644e994708c008f7cf659b01e3fd0c27d5cb6f (diff)
Merge github.com:grpc/grpc into fuzzy-bits
Diffstat (limited to 'src/core/iomgr/iomgr.h')
-rw-r--r--src/core/iomgr/iomgr.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/iomgr/iomgr.h b/src/core/iomgr/iomgr.h
index c9ea84c605..e1237a4533 100644
--- a/src/core/iomgr/iomgr.h
+++ b/src/core/iomgr/iomgr.h
@@ -1,6 +1,6 @@
/*
*
- * Copyright 2015, Google Inc.
+ * Copyright 2015-2016, Google Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -31,8 +31,8 @@
*
*/
-#ifndef GRPC_INTERNAL_CORE_IOMGR_IOMGR_H
-#define GRPC_INTERNAL_CORE_IOMGR_IOMGR_H
+#ifndef GRPC_CORE_IOMGR_IOMGR_H
+#define GRPC_CORE_IOMGR_IOMGR_H
/** Initializes the iomgr. */
void grpc_iomgr_init(void);
@@ -40,4 +40,4 @@ void grpc_iomgr_init(void);
/** Signals the intention to shutdown the iomgr. */
void grpc_iomgr_shutdown(void);
-#endif /* GRPC_INTERNAL_CORE_IOMGR_IOMGR_H */
+#endif /* GRPC_CORE_IOMGR_IOMGR_H */