@@ -133,7 +133,8 @@ class TskAutoDb:public TskAuto {
...
@@ -133,7 +133,8 @@ class TskAutoDb:public TskAuto {
boolm_addFileSystems;
boolm_addFileSystems;
boolm_noFatFsOrphans;
boolm_noFatFsOrphans;
boolm_addUnallocSpace;
boolm_addUnallocSpace;
int64_tm_chunkSize;
int64_tm_minChunkSize;///< -1 for no minimum, 0 for no chunking at all, greater than 0 to wait for that number of chunks before writing to the database
int64_tm_maxChunkSize;///< Max number of unalloc bytes to process before writing to the database, even if there is no natural break. 0 for no chunking
boolm_foundStructure;///< Set to true when we find either a volume or file system
boolm_foundStructure;///< Set to true when we find either a volume or file system
boolm_attributeAdded;///< Set to true when an attribute was added by processAttributes
boolm_attributeAdded;///< Set to true when an attribute was added by processAttributes
...
@@ -143,15 +144,16 @@ class TskAutoDb:public TskAuto {
...
@@ -143,15 +144,16 @@ class TskAutoDb:public TskAuto {
//internal structure to keep track of temp. unalloc block range
//internal structure to keep track of temp. unalloc block range