Second Extended Filesystem (ext2) and other improvements (#33)
[lunaix-os.git] / lunaix-os / includes / lunaix / fs / taskfs.h
index 0afc048b569cbaa08fd1bc6b56f9055b9f3ed054..b96e0e5c5f33f15c685cdeab118702f66c92cdd2 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef __LUNAIX_TASKFS_H
 #define __LUNAIX_TASKFS_H
 
-#include <lunaix/fs.h>
+#include <lunaix/fs/api.h>
 #include <lunaix/fs/twimap.h>
 
 struct task_attribute
@@ -22,4 +22,7 @@ taskfs_export_attr(const char* key, struct twimap* attr_map_file);
 struct task_attribute*
 taskfs_get_attr(struct hstr* key);
 
+void
+taskfs_invalidate(pid_t pid);
+
 #endif /* __LUNAIX_TASKFS_H */