Added some _very_ rough code for the burn list. Ewl needs some work here in a couple areas, so off to do that

This commit is contained in:
Jaime Thomas
2008-06-17 04:06:21 +00:00
parent 2249a53666
commit 853d42f6de
6 changed files with 51 additions and 26 deletions

View File

@ -68,8 +68,8 @@ typedef struct _Ecdb_Source Ecdb_Source;
struct _Ecdb_Source
{
char *dst;
unsigned char rec:1;
unsigned char num_children;
unsigned char dir:1;
unsigned int num_children;
Ecdb_Source **children;
Ecdb_Source *parent;
IsoNode *node;