Skip to content

Commit dabee23

Browse files
author
Bill Fenner
committed
Move comments for active and status
1 parent c5011e3 commit dabee23

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

system/system.proto

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -295,10 +295,12 @@ message ProbeResponse {
295295
// For individual responses
296296
int32 sequence = 3;
297297
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
298+
// state is only present if code is CODE_NO_ERROR
299+
// and request was remote
300+
State state = 5;
301+
// active is only present if code is CODE_NO_ERROR
302+
// and request was not remote
303+
Active active = 6;
302304

303305
// summary
304306
int32 sent = 7; // Total packets sent.

0 commit comments

Comments
 (0)