]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
BEE Backport bacula/src/win32/stored/who.h
authorEric Bollengier <eric@baculasystems.com>
Wed, 5 Aug 2020 08:02:30 +0000 (10:02 +0200)
committerEric Bollengier <eric@baculasystems.com>
Tue, 1 Mar 2022 14:36:17 +0000 (15:36 +0100)
This commit is the result of the squash of the following main commits:

Author: Eric Bollengier <eric@baculasystems.com>
Date:   Tue Apr 5 16:43:36 2016 +0200

    Allow to run multiple VSS jobs at the same time

bacula/src/win32/stored/who.h

index 16249ca4a63770528770d4d6870bebcf932215e1..c5d25d2e1e1b6cae732bc1b748df817d9caa1f49 100644 (file)
  *   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