diff options
author | robi <robi> | 2010-11-15 21:36:51 +0000 |
---|---|---|
committer | robi <robi> | 2010-11-15 21:36:51 +0000 |
commit | 9c8e7e0fc0c90d9959585a814a646f0a4b25dff2 (patch) | |
tree | abc013a46ecfd873bfa37eb68eb559d5f662ea51 /src/inode.h | |
parent | 5bef47d85578c75b5b01f7850c8d09451c832bbc (diff) |
avoid unnecessary;text() optimization;allow stream orientation
Diffstat (limited to 'src/inode.h')
-rw-r--r-- | src/inode.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/inode.h b/src/inode.h index 80aa711..30eb16a 100644 --- a/src/inode.h +++ b/src/inode.h @@ -32,6 +32,10 @@ #define DUMP_EXTENT_TABLE 0x04 +//buffersize für magic_block_scan3 +#define MAX_RANGE 16 + + //help struct for list inode data blocks struct list_blocks_struct { FILE *f; |