summaryrefslogtreecommitdiffstats
path: root/src/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/defs.h')
-rw-r--r--src/defs.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/defs.h b/src/defs.h
index 5f1a733..8396015 100644
--- a/src/defs.h
+++ b/src/defs.h
@@ -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 */