Rename project to ToastyFS

This commit is contained in:
2025-11-16 02:10:59 +01:00
parent a4a37b7a36
commit e1cdc28d4d
10 changed files with 436 additions and 436 deletions
+2 -2
View File
@@ -10,7 +10,7 @@
#include <poll.h>
#endif
#include "MouseFS.h"
#include "ToastyFS.h"
#define MAX_PENDING_OPERATION 8
@@ -29,7 +29,7 @@ typedef struct {
} PendingOperation;
typedef struct {
MouseFS *mfs;
ToastyFS *tfs;
int num_pending;
PendingOperation pending[MAX_PENDING_OPERATION];
} SimulationClient;