aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc/support
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2017-08-24 09:08:21 -0700
committerGravatar yang-g <yangg@google.com>2017-08-24 09:08:21 -0700
commit9ff60310146afe0e9c7c1a5ba66461fff252d5e5 (patch)
tree458d5ca174fa398392c1b2b5e4b82bed03a0aaca /include/grpc/support
parent98ad80a8159816d5d0ee29a38e827b606fab5d30 (diff)
Add sync_custom.h
Diffstat (limited to 'include/grpc/support')
-rw-r--r--include/grpc/support/sync_custom.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/include/grpc/support/sync_custom.h b/include/grpc/support/sync_custom.h
new file mode 100644
index 0000000000..b575f5e002
--- /dev/null
+++ b/include/grpc/support/sync_custom.h
@@ -0,0 +1,24 @@
+/*
+ *
+ * Copyright 2017 gRPC authors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
+#ifndef GRPC_SUPPORT_SYNC_CUSTOM_H
+#define GRPC_SUPPORT_SYNC_CUSTOM_H
+
+#include <grpc/impl/codegen/sync_custom.h>
+
+#endif /* GRPC_SUPPORT_SYNC_CUSTOM_H */