From: Eric Bollengier Date: Wed, 5 Aug 2020 08:02:30 +0000 (+0200) Subject: BEE Backport bacula/src/win32/stored/who.h X-Git-Tag: Release-11.3.2~1341 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e5dd716664a8dacef0e8315eaf39b7b2b30232d;p=thirdparty%2Fbacula.git BEE Backport bacula/src/win32/stored/who.h This commit is the result of the squash of the following main commits: Author: Eric Bollengier Date: Tue Apr 5 16:43:36 2016 +0200 Allow to run multiple VSS jobs at the same time --- diff --git a/bacula/src/win32/stored/who.h b/bacula/src/win32/stored/who.h index 16249ca4a6..c5d25d2e1e 100644 --- a/bacula/src/win32/stored/who.h +++ b/bacula/src/win32/stored/who.h @@ -23,9 +23,11 @@ * to define the names of the daemon that is being built. */ -#define APP_NAME "Bacula-sd" +#define APP_NAME "Bacula-sd" #define LC_APP_NAME "bacula-sd" #define APP_DESC "Bacula Storage Service" #define terminate_app(x) terminate_stored(x) extern void terminate_stored(int sig); + +#define VSSInit() NULL