diff options
Diffstat (limited to 'src/defs.h')
-rw-r--r-- | src/defs.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -97,12 +97,11 @@ enum streamtype { }; struct stream { - struct stream *parent; + long int parentid; size_t n; int fd; enum streamtype type; char *name; - size_t stride; size_t index; struct entry_l *pnode; /* "previous" node */ struct entry_l *cnode; /* "current" node */ |