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

@@ -54,6 +54,12 @@ struct ecma119_image {
// uid_t uid;
int sort_files; /**< if sort files or not. Sorting is based of
* the weight of each file */
/**
* In the CD, each file must have an unique inode number. So each
* time we add a new file, this is incremented.
*/
ino_t ino;
char *input_charset;