]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak new event documentation
authorEric Bollengier <eric@eb.homelinux.org>
Tue, 23 Nov 2010 22:11:38 +0000 (23:11 +0100)
committerEric Bollengier <eric@eb.homelinux.org>
Thu, 25 Nov 2010 14:09:58 +0000 (15:09 +0100)
bacula/src/filed/fd_plugins.h

index acf3511302dbe400fb17a3e41527480d2c9d4d17..a24a2af182c40093c9e2a10ec1d7c973a258e360 100644 (file)
@@ -205,7 +205,13 @@ typedef enum {
   bEventEndFileSet                      = 18,
   bEventPluginCommand                   = 19, /* Sent during FileSet creation */
   bEventVssBeforeCloseRestore           = 20,
-  bEventVssAddSnapshotLetters           = 21  /* Can add drives to vss snap */
+
+  /* Add drives to VSS snapshot 
+   *  argument: char[27] drivelist
+   * You need to add them without duplicates, 
+   * see fd_common.h add_drive() copy_drives() to get help
+   */
+  bEventVssAddSnapshotLetters           = 21
 } bEventType;
 
 typedef struct s_bEvent {