pull/16214/head
yang-g 7 years ago
parent 841eb14ff5
commit c88fd0656a
  1. 3
      src/core/lib/surface/channel_init.h

@ -45,7 +45,8 @@ enum {
// For filters that need to be close to top or bottom, such as protocol-level
// filters (client_authority, http-client, http-server).
GRPC_CHANNEL_INIT_PRIORITY_HIGH = 20000,
// For filters that need to be very close to the wire or surface.
// For filters that need to be very close to the wire or surface, such as
// stats filters (census).
GRPC_CHANNEL_INIT_PRIORITY_VERY_HIGH = 30000,
// For things that have to happen last, such as connected channel filter or
// surface server filter. Consider as reserved for gRPC internals.

Loading…
Cancel
Save