]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/tree.h
Update config + write own fgets() + ...
[bacula/bacula] / bacula / src / lib / tree.h
index 8e9bfdaa0be5a2bca97b28ea8726738fcb86fede..1367c63abe61be3131c2fc636abf5e189e578e20 100644 (file)
@@ -33,7 +33,7 @@ struct s_mem {
 
 struct s_tree_node {
    char *fname;                       /* file name */
-   uint32_t FileIndex;                /* file index */
+   int32_t FileIndex;                 /* file index */
    uint32_t JobId;                    /* JobId */
    short type;                        /* node type */
    short extract;                     /* set if extracting */
@@ -46,7 +46,7 @@ typedef struct s_tree_node TREE_NODE;
 
 struct s_tree_root {
    char *fname;                       /* file name */
-   uint32_t FileIndex;                /* file index */
+   int32_t FileIndex;                 /* file index */
    uint32_t JobId;                    /* JobId */
    short type;                        /* node type */
    short extract;                     /* set if extracting */