Generated code

This commit is contained in:
Girish Kalele
2016-08-15 15:25:59 -07:00
parent 95111c457e
commit 36180a930b
10 changed files with 21312 additions and 21089 deletions

View File

@@ -558,6 +558,9 @@ message EndpointAddress {
// The Hostname of this endpoint
optional string hostname = 3;
// Optional: Node hosting this endpoint. This can be used to determine endpoints local to a node.
optional string nodeName = 4;
// Reference to object providing the endpoint.
optional ObjectReference targetRef = 2;
}