blob: 9da4a503bf85755d2e8c50abd55f1dc9986c81ca [file] [log] [blame]
// Copyright 2017 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.modular;
/// This interface is used by the caller of ComponentContext::ConnectToAgent() to
/// tell the framework that it is still interested in keeping this Agent running.
///
/// The system counts AgentController connections and terminates this Agent if
/// the count goes to zero.
protocol AgentController {
};