From: Eric Bollengier Date: Tue, 23 Nov 2010 22:11:38 +0000 (+0100) Subject: Tweak new event documentation X-Git-Tag: Release-5.2.1~883 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=61a21a2f758ad7fe3083c7d5cbc696981a1edb1d;p=bacula%2Fbacula Tweak new event documentation --- diff --git a/bacula/src/filed/fd_plugins.h b/bacula/src/filed/fd_plugins.h index acf3511302..a24a2af182 100644 --- a/bacula/src/filed/fd_plugins.h +++ b/bacula/src/filed/fd_plugins.h @@ -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 {