git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Second Extended Filesystem (ext2) and other improvements (#33)
[lunaix-os.git]
/
lunaix-os
/
includes
/
lunaix
/
fs
/
taskfs.h
diff --git
a/lunaix-os/includes/lunaix/fs/taskfs.h
b/lunaix-os/includes/lunaix/fs/taskfs.h
index 0afc048b569cbaa08fd1bc6b56f9055b9f3ed054..b96e0e5c5f33f15c685cdeab118702f66c92cdd2 100644
(file)
--- a/
lunaix-os/includes/lunaix/fs/taskfs.h
+++ b/
lunaix-os/includes/lunaix/fs/taskfs.h
@@
-1,7
+1,7
@@
#ifndef __LUNAIX_TASKFS_H
#define __LUNAIX_TASKFS_H
#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
#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);
struct task_attribute*
taskfs_get_attr(struct hstr* key);
+void
+taskfs_invalidate(pid_t pid);
+
#endif /* __LUNAIX_TASKFS_H */
#endif /* __LUNAIX_TASKFS_H */