X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/509574b18a3373030cd0d7b979499499ff06dd9b..cd103ea1b3ff029cfc458b3913975b5600915341:/lunaix-os/includes/lunaix/process.h?ds=inline diff --git a/lunaix-os/includes/lunaix/process.h b/lunaix-os/includes/lunaix/process.h index 28cb76b..0b743d3 100644 --- a/lunaix-os/includes/lunaix/process.h +++ b/lunaix-os/includes/lunaix/process.h @@ -42,11 +42,11 @@ struct proc_info struct proc_info* parent; isr_param intr_ctx; // size=76 uintptr_t ustack_top; + void* page_table; struct llist_header siblings; struct llist_header children; struct llist_header grp_member; struct proc_mm mm; - void* page_table; time_t created; uint8_t state; int32_t exit_code;