Skip to content

Commit 288861c

Browse files
committed
Rename new field to has_one_time_component_changes
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
1 parent cc07433 commit 288861c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proto/ignition/msgs/serialized_map.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ message SerializedStateMap
5353

5454
/// \brief Indicates if there is any one time component change,
5555
/// or if all changes are periodic.
56-
bool is_periodic_change = 3;
56+
bool has_one_time_component_changes = 3;
5757
};
5858

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

0 commit comments

Comments
 (0)