renamed timestamp to timestamp_type_t

This commit is contained in:
2026-01-07 09:23:47 +01:00
parent f30c250a20
commit c6747074f5
26 changed files with 47 additions and 47 deletions
+2 -2
View File
@@ -18,8 +18,8 @@ struct Task : core::Model {
TaskState state;
matador::object::object_ptr<Payload> payload;
JobMode job_mode;
matador::utils::timestamp start_delay;
matador::utils::timestamp interval;
matador::utils::timestamp_type_t start_delay;
matador::utils::timestamp_type_t interval;
uint64_t user_session_id;
template<typename Operator>