blob: d8db09e338cb64b9240e62c9bc9f4d32d77c834e [file] [log] [blame] [edit]
// Copyright 2020 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
library fuchsia.diagnostics.internal;
/// Controller for a sampler instance. A no-op protocol to work around limitations of eager
/// components.
@discoverable
protocol SamplerController {};