summaryrefslogtreecommitdiff
path: root/src/basic/filesystems.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2021-11-12 23:30:59 +0100
committerLennart Poettering <lennart@poettering.net>2021-11-15 22:43:03 +0100
commit5feeb2584fb05174842004b8742177cc487cb187 (patch)
tree6e201bc70d36fe347dc2324d74e95a7b1342377f /src/basic/filesystems.h
parent9c8214d559dd175a311f5b644e42c44cc3fe1d64 (diff)
downloadsystemd-5feeb2584fb05174842004b8742177cc487cb187.tar.gz
filesystems: add group for "application" file system
This group shall cover file systems whose job is to make stuff that isn't actually storing anything in itself, and isn't just an API file system, but allows exposing stuff with special semantics in the VFS.
Diffstat (limited to 'src/basic/filesystems.h')
-rw-r--r--src/basic/filesystems.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/basic/filesystems.h b/src/basic/filesystems.h
index c7f4ea4f1b..48f6c01187 100644
--- a/src/basic/filesystems.h
+++ b/src/basic/filesystems.h
@@ -11,6 +11,7 @@ typedef enum FilesystemGroups {
/* Please leave BASIC_API first and KNOWN last, but sort the rest alphabetically */
FILESYSTEM_SET_BASIC_API,
FILESYSTEM_SET_ANONYMOUS,
+ FILESYSTEM_SET_APPLICATION,
FILESYSTEM_SET_AUXILIARY_API,
FILESYSTEM_SET_COMMON_BLOCK,
FILESYSTEM_SET_HISTORICAL_BLOCK,