blob: 5f587a4824e7734b4a7c7f7ea54951462356aa65 [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.
interface AgentController {
};