From: Eric Bollengier Date: Tue, 23 Nov 2010 22:11:38 +0000 (+0100) Subject: Tweak new event documentation X-Git-Tag: Release-7.0.0~1348 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b84847cfe0632e749770c0c29def1ae8b229db7b;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 {