Skip to content

Commit b45b12e

Browse files
authored
Add a is_periodic_change field to SerializedStateMap (#119)
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
1 parent 987d226 commit b45b12e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

proto/ignition/msgs/serialized_map.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ message SerializedStateMap
5050

5151
/// \brief All the entities currently in the simulation.
5252
map<uint64, SerializedEntityMap> entities = 2;
53+
54+
/// \brief Indicates if there is any one time component change,
55+
/// or if all changes are periodic.
56+
bool has_one_time_component_changes = 3;
5357
};
5458

5559
/// \brief All the data needed to step an ECS system, such as current

0 commit comments

Comments
 (0)