file_stream: solidify retry mechanism; df: multiline controls for text_cache-based info, begin porting over txti-based systems

This commit is contained in:
Ryan Fleury
2024-03-28 09:36:09 -07:00
parent 96ff5efe7c
commit dbb0c1e0a4
9 changed files with 252 additions and 29 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ struct FS_Node
FS_Node *next;
String8 path;
U64 timestamp;
U64 last_time_requested_us;
B32 is_working;
};
typedef struct FS_Slot FS_Slot;