diff options
Diffstat (limited to 'src/shared')
-rw-r--r-- | src/shared/include/camellia/flags.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/shared/include/camellia/flags.h b/src/shared/include/camellia/flags.h index b7cc42d..632ac3e 100644 --- a/src/shared/include/camellia/flags.h +++ b/src/shared/include/camellia/flags.h @@ -27,3 +27,7 @@ * The idea is that if all flags which allow modifying the filesystem state require * OPEN_WRITE to be set, filesystem handlers could just check for the OPEN_WRITE flag. */ #define OPEN_CREATE 4 + + +/* special handles */ +#define HANDLE_NULLFS -2 |