extend artifact cache nodes with last requested vs. last completed gen; pass last requested gen to artifact creation to support cancellation

This commit is contained in:
Ryan Fleury
2025-09-25 14:59:29 -07:00
parent d3d91c64cc
commit c4bf855af9
11 changed files with 27 additions and 21 deletions
+1 -1
View File
@@ -1969,7 +1969,7 @@ struct TXT_ArtifactCreateShared
};
internal AC_Artifact
txt_artifact_create(String8 key, B32 *retry_out)
txt_artifact_create(String8 key, U64 gen, U64 *requested_gen, B32 *retry_out)
{
ProfBeginFunction();
Temp scratch = scratch_begin(0, 0);