blob: 7710e4dd4dc120efb3e8c17a06e9375dcb865ff5 [file] [log] [blame]
// Copyright 2021 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.systemmonitor;
using zx;
[Discoverable]
protocol Harvester {
/// Connect a socket over which the legacy gRPC protocol can be used.
ConnectGrpc(zx.handle:SOCKET socket) -> () error zx.status;
};