Sha256: 3d9293947697fa4d79fb840738291b52de2a671d069c2df900c83cfa626f60c5

Contents?: true

Size: 1002 Bytes

Versions: 12

Compression:

Stored size: 1002 Bytes

Contents

/*
 *
 * Copyright 2015 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.
 *
 */

#include "src/core/ext/transport/chttp2/transport/chttp2_transport.h"
#include "src/core/lib/debug/trace.h"
#include "src/core/lib/transport/metadata.h"

void grpc_chttp2_plugin_init(void) {
  grpc_register_tracer(&grpc_http_trace);
  grpc_register_tracer(&grpc_flowctl_trace);
#ifndef NDEBUG
  grpc_register_tracer(&grpc_trace_chttp2_refcount);
#endif
}

void grpc_chttp2_plugin_shutdown(void) {}

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
grpc-1.6.7-x86_64-linux src/core/ext/transport/chttp2/transport/chttp2_plugin.c
grpc-1.6.7 src/core/ext/transport/chttp2/transport/chttp2_plugin.c
grpc-1.6.6-x86_64-linux src/core/ext/transport/chttp2/transport/chttp2_plugin.c
grpc-1.6.6 src/core/ext/transport/chttp2/transport/chttp2_plugin.c
grpc-1.6.4 src/core/ext/transport/chttp2/transport/chttp2_plugin.c
grpc-1.6.4-x86_64-linux src/core/ext/transport/chttp2/transport/chttp2_plugin.c
grpc-1.6.2-x86_64-linux src/core/ext/transport/chttp2/transport/chttp2_plugin.c
grpc-1.6.2 src/core/ext/transport/chttp2/transport/chttp2_plugin.c
grpc-1.6.0-x86_64-linux src/core/ext/transport/chttp2/transport/chttp2_plugin.c
grpc-1.6.0 src/core/ext/transport/chttp2/transport/chttp2_plugin.c
grpc-1.6.0.pre1-x86_64-linux src/core/ext/transport/chttp2/transport/chttp2_plugin.c
grpc-1.6.0.pre1 src/core/ext/transport/chttp2/transport/chttp2_plugin.c