]> git.ipfire.org Git - thirdparty/bacula.git/commit
metaplugin: Add PrevJobName parameter to JobInfo.
authorRadosław Korzeniewski <radoslaw@korzeniewski.net>
Fri, 11 Jun 2021 13:12:33 +0000 (15:12 +0200)
committerEric Bollengier <eric@baculasystems.com>
Thu, 24 Mar 2022 08:03:02 +0000 (09:03 +0100)
commite290adf51c740b402a4aa335367c4f181e321f55
tree91780f54da89ad66ff26fa118f1433b0a256b8a4
parentc3a17cca04595e3b4eb0b36492d1ac676c3bb47e
metaplugin: Add PrevJobName parameter to JobInfo.

If you want to add an automatic JobInfo variable then main plugin
file should define the following variable:
const bool CUSTOMPREVJOBNAME = true;
This variable is now required for a successful build of the plugin.
bacula/src/plugins/fd/pluginlib/metaplugin.cpp
bacula/src/plugins/fd/pluginlib/metaplugin.h