Resolve compilation errors and implement blocking API

This commit is contained in:
2025-11-17 11:32:09 +01:00
parent ee05547981
commit 46db334a2e
14 changed files with 599 additions and 558 deletions
+2 -2
View File
@@ -24,12 +24,12 @@ typedef enum {
typedef struct {
PendingOperationType type;
int opidx;
ToastyHandle handle;
void *ptr;
} PendingOperation;
typedef struct {
ToastyFS *tfs;
ToastyFS *toasty;
int num_pending;
PendingOperation pending[MAX_PENDING_OPERATION];
} SimulationClient;