aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/verbs/verbs_service.proto
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/verbs/verbs_service.proto')
-rw-r--r--tensorflow/contrib/verbs/verbs_service.proto6
1 files changed, 6 insertions, 0 deletions
diff --git a/tensorflow/contrib/verbs/verbs_service.proto b/tensorflow/contrib/verbs/verbs_service.proto
index 0df1fed4b9..abdae1d84f 100644
--- a/tensorflow/contrib/verbs/verbs_service.proto
+++ b/tensorflow/contrib/verbs/verbs_service.proto
@@ -50,6 +50,12 @@ message GetRemoteAddressResponse {
repeated MemoryRegion mr = 3;
}
+message ErrorStatusProto {
+ int32 error_code = 1;
+ string error_message = 2;
+ string error_details = 3;
+}
+
////////////////////////////////////////////////////////////////////////////////
//
// VerbsService