Merge branch 'vfs-dev'
[lunaix-os.git] / lunaix-os / includes / lunaix / process.h
index 7c8c114a8c607ceb4c333ed7e6ee8e2db0e7ee3b..18cddb94f6d29e4ad947e495af8c329dd74972ab 100644 (file)
@@ -79,6 +79,7 @@ struct proc_info
     int flags;
     void* sig_handler[_SIG_NUM];
     struct v_fdtable* fdtable;
+    struct v_dnode* cwd;
     pid_t pgid;
 };