From 8ea33efc7f85090830e29ba0bc5562cd398dd9fa Mon Sep 17 00:00:00 2001 From: Maschell Date: Mon, 10 Oct 2022 19:31:58 +0200 Subject: [PATCH] Add support for AOC replacement --- include/content_redirection/redirection.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/include/content_redirection/redirection.h b/include/content_redirection/redirection.h index 78211fd..ed88b2d 100644 --- a/include/content_redirection/redirection.h +++ b/include/content_redirection/redirection.h @@ -32,6 +32,16 @@ typedef enum FSLayerType { * Existing files in /vol/save will be ignored, only files in the layer (provided via the replacementDir) will be used. */ FS_LAYER_TYPE_SAVE_REPLACE, + + /* + * Same as FS_LAYER_TYPE_CONTENT_REPLACE, but for /vol/aoc + */ + FS_LAYER_TYPE_AOC_REPLACE, + + /* + * Same as FS_LAYER_TYPE_CONTENT_MERGE, but for /vol/aoc + */ + FS_LAYER_TYPE_AOC_MERGE, } FSLayerType; typedef enum ContentRedirectionStatus {