Add nlink and ino fields. No true usage for now.

This commit is contained in:
Vreixo Formoso
2007-12-25 18:51:00 +01:00
parent f8f2dcb6b0
commit bf0c1dd219
5 changed files with 24 additions and 13 deletions

View File

@ -60,7 +60,11 @@ struct ecma119_node
Ecma119Node *parent;
IsoNode *node; /*< reference to the iso node */
// TODO add true support for this
ino_t ino;
nlink_t nlink;
/**< file, symlink, special, directory or placeholder */
enum ecma119_node_type type;
union {