diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-04 22:06:10 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-04 22:06:10 +0100 |
| commit | b573020a72b108364df42018135bb1295b3082c8 (patch) | |
| tree | 252982c6acdcb059f5f2b7bb2f4b19413e2501ee /src/platform.h | |
| parent | 5bb723bb02a803f0315f3dd734a19e75706baf06 (diff) | |
max file size setting
Diffstat (limited to 'src/platform.h')
| -rw-r--r-- | src/platform.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/platform.h b/src/platform.h index 8429058..edaee4c 100644 --- a/src/platform.h +++ b/src/platform.h @@ -15,6 +15,7 @@ typedef struct t_ts_file_content typedef enum t_ts_file_open_error { + FILE_ERROR_NONE, FILE_ERROR_TOO_MANY_OPEN_FILES_PROCESS = 1, FILE_ERROR_TOO_MANY_OPEN_FILES_SYSTEM = 2, FILE_ERROR_NO_ACCESS = 3, |
