From b84847cfe0632e749770c0c29def1ae8b229db7b Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Tue, 23 Nov 2010 23:11:38 +0100 Subject: [PATCH] Tweak new event documentation --- bacula/src/filed/fd_plugins.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 { -- 2.39.5