blob: 852d37f056b86454a5fab764d99147f356b9ceff [file] [log] [blame]
// Copyright 2018 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.
#ifndef PERIDOT_BIN_LEDGER_P2P_PROVIDER_PUBLIC_TYPES_H_
#define PERIDOT_BIN_LEDGER_P2P_PROVIDER_PUBLIC_TYPES_H_
namespace p2p_provider {
// Type describing whether the change is a new device or a deleted one.
enum class DeviceChangeType : bool { NEW, DELETED };
} // namespace p2p_provider
#endif // PERIDOT_BIN_LEDGER_P2P_PROVIDER_PUBLIC_TYPES_H_