1 #ifndef __LUNAIX_TASKFS_H
2 #define __LUNAIX_TASKFS_H
4 #include <lunaix/fs/api.h>
5 #include <lunaix/fs/twimap.h>
9 struct llist_header siblings;
10 struct hlist_node attrs;
12 struct twimap* map_file;
20 taskfs_export_attr(const char* key, struct twimap* attr_map_file);
22 struct task_attribute*
23 taskfs_get_attr(struct hstr* key);
26 taskfs_invalidate(pid_t pid);
28 #endif /* __LUNAIX_TASKFS_H */