]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/tree.h
Fix #2803 about error message during restore session with 'cd /'
[bacula/bacula] / bacula / src / lib / tree.h
index 1c6681c261e206c20acc046e6a5d288460fcf8c1..7a2467cc1f07301f657eb9ee088befcb18b4ded4 100644 (file)
@@ -90,9 +90,11 @@ struct s_tree_root {
    unsigned int type: 8;              /* node type */
    unsigned int extract: 1;           /* extract item */
    unsigned int extract_dir: 1;       /* extract dir entry only */
-   unsigned int have_link: 1;         /* set if have hard link */
+   unsigned int hard_link: 1;         /* set if have hard link */
+   unsigned int soft_link: 1;         /* set if is soft link */
    unsigned int inserted: 1;          /* set when newly inserted */
    unsigned int loaded: 1;            /* set when the dir is in the tree */
+   unsigned int can_access: 1;        /* Can access to this node */
    struct s_tree_node *parent;
    struct s_tree_node *next;          /* next hash of FileIndex */
    struct delta_list *delta_list;     /* delta parts for this node */