aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-12-12 10:24:59 -0800
committerGravatar Mark D. Roth <roth@google.com>2016-12-12 10:24:59 -0800
commitaa1cd147291cb57665eccf2dc9baeaa39184f0ba (patch)
treec90944508fe9f0618afb48efbef1f1821972d2ad /src/core/lib
parentbcd54cdf7d47decc8aebfc469fe1bd46ec6e9d55 (diff)
Clean up C++ filter API.
Diffstat (limited to 'src/core/lib')
-rw-r--r--src/core/lib/channel/channel_stack.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/core/lib/channel/channel_stack.h b/src/core/lib/channel/channel_stack.h
index 5d064c5695..d9d3a85233 100644
--- a/src/core/lib/channel/channel_stack.h
+++ b/src/core/lib/channel/channel_stack.h
@@ -34,6 +34,13 @@
#ifndef GRPC_CORE_LIB_CHANNEL_CHANNEL_STACK_H
#define GRPC_CORE_LIB_CHANNEL_CHANNEL_STACK_H
+//////////////////////////////////////////////////////////////////////////////
+// IMPORTANT NOTE:
+//
+// When you update this API, please make the corresponding changes to
+// the C++ API in src/cpp/common/channel_filter.{h,cc}
+//////////////////////////////////////////////////////////////////////////////
+
/* A channel filter defines how operations on a channel are implemented.
Channel filters are chained together to create full channels, and if those
chains are linear, then channel stacks provide a mechanism to minimize