mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-18 10:51:04 +02:00
[ONOS-6708] HostLocation Protobuf model
Change-Id: Idbebf419e6023dfd5ecec488d26c41a57f8f9c8a
This commit is contained in:
parent
b624fc054c
commit
ac3bca0ce6
@ -0,0 +1,12 @@
|
|||||||
|
syntax = "proto3";
|
||||||
|
option java_package = "org.onosproject.grpc.net.models";
|
||||||
|
|
||||||
|
import "net/ConnectPointProto.proto";
|
||||||
|
|
||||||
|
package net;
|
||||||
|
|
||||||
|
// Corresponds to org.onosproject.net.HostLocation.
|
||||||
|
message HostLocationProto {
|
||||||
|
net.ConnectPointProto connect_point = 1;
|
||||||
|
uint64 time = 2;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user