blob: 9fda4c689f98fd1558e2614d0e68f69c353c40c5 [file] [log] [blame]
// 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 {
};