feat: simple read/write lock implementation
[lunaix-os.git] / lunaix-os / includes / lunaix / process.h
index 9686ee074de99ec4fb88c1e4e42703d627d7c907..c7b925ef59651532d3da80ab6a6f0fbc68fe0f28 100644 (file)
@@ -58,6 +58,7 @@ struct proc_info
 
     /* ---- critical section end ---- */
 
+    struct llist_header tasks;
     struct llist_header siblings;
     struct llist_header children;
     struct llist_header grp_member;