From: Eric Bollengier Date: Mon, 10 May 2010 16:02:33 +0000 (+0200) Subject: update comments X-Git-Tag: Release-5.2.1~1355 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=78561623ab757e73aa88dfcc75f73e9992b7a326;p=bacula%2Fbacula update comments --- diff --git a/bacula/src/filed/fd_plugins.h b/bacula/src/filed/fd_plugins.h index e66d770de1..a8a18aa4cc 100644 --- a/bacula/src/filed/fd_plugins.h +++ b/bacula/src/filed/fd_plugins.h @@ -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 {