From d6e257f48c28f28c93a191ceb831fae1bfe3578c Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Tue, 1 Sep 2009 17:38:30 +0200 Subject: [PATCH] tweak comments --- bacula/src/cats/bvfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.39.5