blob: 90d21a361c656f34d3139df5a0a19efeccc0a21c [file] [log] [blame]
// Copyright (c) 2022 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// NOLINT(build/header_guard)
// This file intentionally does not have header guards, it's intended to be
// included multiple times, each time with a different definition of
// QUICHE_PROTOCOL_FLAG.
#if defined(QUICHE_PROTOCOL_FLAG)
QUICHE_PROTOCOL_FLAG(bool, quiche_oghttp2_debug_trace, false,
"If true, emits trace logs for HTTP/2 events.")
#endif