]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
kubernetes: Add DONOTSAVE_FT_PLUGIN_CONFIG option.
authorRadosław Korzeniewski <radoslaw@korzeniewski.net>
Fri, 5 Nov 2021 11:23:57 +0000 (12:23 +0100)
committerEric Bollengier <eric@baculasystems.com>
Thu, 14 Sep 2023 11:56:56 +0000 (13:56 +0200)
bacula/src/plugins/fd/kubernetes-fd.c

index 119377790435d1733d5adbf52b4952de11bd4dbe..9d64472f3c3056d2753f6c6440d5cef1446ddba6 100644 (file)
@@ -49,6 +49,8 @@ const int32_t CUSTOMCANCELSLEEP  = 0;
 checkFile_t checkFile = NULL;
 const bool CORELOCALRESTORE = false;
 const bool ACCURATEPLUGINPARAMETER = true;
+const int ADDINCLUDESTRIPOPTION = 0;
+const bool DONOTSAVE_FT_PLUGIN_CONFIG = false;
 
 #ifdef DEVELOPER
 const metadataTypeMap plugin_metadata_map[] = {{"METADATA_STREAM", plugin_meta_blob}};