From 78561623ab757e73aa88dfcc75f73e9992b7a326 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Mon, 10 May 2010 18:02:33 +0200 Subject: [PATCH] update comments --- bacula/src/filed/fd_plugins.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 { -- 2.39.5