We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5011e3 commit dabee23Copy full SHA for dabee23
system/system.proto
@@ -295,10 +295,12 @@ message ProbeResponse {
295
// For individual responses
296
int32 sequence = 3;
297
Code code = 4;
298
- State state = 5; // only present if code is CODE_NO_ERROR
299
- // and request was remote
300
- Active active = 6; // only present if code is CODE_NO_ERROR
301
- // and request was not remote
+ // state is only present if code is CODE_NO_ERROR
+ // and request was remote
+ State state = 5;
+ // active is only present if code is CODE_NO_ERROR
302
+ // and request was not remote
303
+ Active active = 6;
304
305
// summary
306
int32 sent = 7; // Total packets sent.
0 commit comments