blob: 8829e5208218aeb9578d90373b791feb18238d34 [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.
library fuchsia.overnet.protocol;
struct StreamId {
uint64 id;
};
struct NodeId {
uint64 id;
};