Allow adding of special files to iso tree node.

This commit is contained in:
Vreixo Formoso
2007-12-06 02:43:24 +01:00
parent 007be29c6d
commit b2d41de603
3 changed files with 149 additions and 1 deletions

View File

@ -100,6 +100,11 @@ struct Iso_Symlink
char *dest;
};
struct Iso_Special
{
IsoNode node;
dev_t dev;
};
/**
* An iterator for directory children.