]> git.sur5r.net Git - bacula/bacula/commitdiff
tweak comments
authorEric Bollengier <eric@eb.homelinux.org>
Tue, 1 Sep 2009 15:38:30 +0000 (17:38 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Tue, 1 Sep 2009 15:38:30 +0000 (17:38 +0200)
bacula/src/cats/bvfs.h

index 8eb06c689cf41947074ff335eb455917ecdc102f..bced4e257c5bce36e3e6bff8635072a59db143ff 100644 (file)
@@ -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,