This commit is contained in:
jacob 2025-02-19 18:59:19 -06:00
parent 6427f559ca
commit b8119c9ef9

View File

@ -42,10 +42,10 @@ struct sim_snapshot {
struct arena arena; struct arena arena;
/* Is this snapshot created by the master sim */ /* Was this snapshot created by the master sim */
b32 is_master; b32 is_master;
/* Time of local snapshot publish to user */ /* Time of local snapshot publish to user thread */
i64 publish_dt_ns; i64 publish_dt_ns;
i64 publish_time_ns; i64 publish_time_ns;