blob: ab2188825e987afec10d98f2f6972d221b9f78b0 [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.
pub enum VoilaMessage {
ReplicaConnectivityToggled(u32),
}