mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-24 20:18:29 +00:00
asyncio: Allow file closes to request a flush/fsyncdata.
This commit is contained in:
@@ -68,6 +68,7 @@ struct SDL_AsyncIOTask
|
||||
SDL_AsyncIOTaskType type;
|
||||
SDL_AsyncIOQueue *queue;
|
||||
Uint64 offset;
|
||||
bool flush;
|
||||
void *buffer;
|
||||
char *error;
|
||||
SDL_AsyncIOResult result;
|
||||
|
Reference in New Issue
Block a user