]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/cats/bvfs.h
fix variable name
[bacula/bacula] / 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,