Skip to content

Commit e0ad52f

Browse files
committed
Remove start_time for actions for now
Signed-off-by: Pierre R. Mai <pmai@pmsf.de>
1 parent 49b5bce commit e0ad52f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

osi_trafficcommand.proto

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -125,14 +125,6 @@ message ActionHeader
125125
// messages exchanged with one traffic participant.
126126
//
127127
optional Identifier action_id = 1;
128-
129-
// The start_time can be used to set a starttime of execution
130-
//
131-
// \note Is optional. If not set, execution must start directly.
132-
//
133-
// \note Zero time point does not need to coincide with the UNIX epoch.
134-
//
135-
optional Timestamp start_time = 2;
136128
}
137129

138130
//

0 commit comments

Comments
 (0)