Sign in
fuchsia
/
fuchsia
/
cfef5042b7b9976bc7e0ed8c11f005ee41d1b7b9
/
.
/
sdk
/
lib
/
modular
/
cpp
/
agent.test.fidl
blob: 8c3459e23816cf63c9a0d65990370e2969db1bc2 [
file
] [
log
] [
blame
]
// Copyright 2019 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 test
.
modular
.
agent
;
[
Discoverable
]
protocol
Pinger
{
Ping
();
};