]> git.sur5r.net Git - bacula/bacula/commitdiff
update comments
authorEric Bollengier <eric@eb.homelinux.org>
Mon, 10 May 2010 16:02:33 +0000 (18:02 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 2 Aug 2010 14:53:48 +0000 (16:53 +0200)
bacula/src/filed/fd_plugins.h

index e66d770de1397e49a9ce66aec5d315e3130c3ea8..a8a18aa4cc93e331d3983076985fc7a5ea14de33 100644 (file)
@@ -192,13 +192,13 @@ typedef enum {
   bEventRestoreCommand                  = 10,
   bEventLevel                           = 11,
   bEventSince                           = 12,
-  bEventCancelCommand                   = 13,
+  bEventCancelCommand                   = 13, /* Executed by an other thread */
   bEventVssBackupAddComponents          = 14,
   bEventVssRestoreLoadComponentMetadata = 15,
   bEventVssRestoreSetComponentsSelected = 16,
   bEventRestoreObject                   = 17,
   bEventEndFileSet                      = 18,
-  bEventPluginCommand                   = 19
+  bEventPluginCommand                   = 19  /* Sent during FileSet creation */
 } bEventType;
 
 typedef struct s_bEvent {