From: Eric Bollengier Date: Tue, 1 Sep 2009 15:38:30 +0000 (+0200) Subject: tweak comments X-Git-Tag: Release-5.0.0~319^2~3^2~3 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d6e257f48c28f28c93a191ceb831fae1bfe3578c;p=bacula%2Fbacula tweak comments --- diff --git a/bacula/src/cats/bvfs.h b/bacula/src/cats/bvfs.h index 8eb06c689c..bced4e257c 100644 --- a/bacula/src/cats/bvfs.h +++ b/bacula/src/cats/bvfs.h @@ -50,7 +50,7 @@ typedef enum { } bvfs_handler_type; typedef enum { - BVFS_Id = 0, + BVFS_Id = 0, /* Could be PathId or FilenameId */ BVFS_Name = 1, BVFS_JobId = 2, BVFS_LStat = 3,