Skip to content

Commit 36aa049

Browse files
committed
Complementing logInfo to keep both start and duration
1 parent a777d12 commit 36aa049

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

services/messages.proto

+2-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,8 @@ message Log {
153153

154154
message LogInfo {
155155
string name = 1;
156-
TimeStamp duration = 2;
156+
TimeStamp start = 2;
157+
TimeStamp duration = 3;
157158
}
158159

159160
message LogList {

0 commit comments

Comments
 (0)