Index: src/ch/task.h
===================================================================
diff -u -r0cd863a6e51b221c4f7bf6e7b83ddfc43a5d433f -r4c09a2d7ab35a30114ff2b7c4db12bc413bf538c
--- src/ch/task.h	(.../task.h)	(revision 0cd863a6e51b221c4f7bf6e7b83ddfc43a5d433f)
+++ src/ch/task.h	(.../task.h)	(revision 4c09a2d7ab35a30114ff2b7c4db12bc413bf538c)
@@ -32,6 +32,7 @@
 #include "TTaskLocalStats.h"
 #include "TTaskGlobalStats.h"
 #include "TBasicProgressInfo.h"
+#include "TLocalFilesystem.h"
 
 // enum representing current processing state of the task
 enum ETaskCurrentState
@@ -245,6 +246,9 @@
 	// other helpers
 	icpf::log_file m_log;				///< Log file where task information will be stored
 
+	// Local filesystem access
+	TLocalFilesystem m_fsLocal;
+
 	/// Thread controlling object
 	TWorkerThreadController m_workerThread;