Second Extended Filesystem (ext2) and other improvements (#33)
[lunaix-os.git] / lunaix-os / includes / usr / lunaix / threads.h
index a5d322ea65876f605d5026a99f08545e6af9b306..a20b52ff69afe5bd689ed1ef399baad7d5c6ed5e 100644 (file)
@@ -3,9 +3,9 @@
 
 #include "types.h"
 
-struct uthread_info {
-    void* th_stack_top;
-    size_t th_stack_sz;
+struct uthread_param {
+    void* th_handler;
+    void* arg1;
 };
 
 #endif /* __LUNAIX_USR_THREADS_H */