summaryrefslogtreecommitdiff
path: root/kern/linux/sched.hh
diff options
context:
space:
mode:
Diffstat (limited to 'kern/linux/sched.hh')
-rw-r--r--kern/linux/sched.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/kern/linux/sched.hh b/kern/linux/sched.hh
index 4eced0e27..e3febb298 100644
--- a/kern/linux/sched.hh
+++ b/kern/linux/sched.hh
@@ -37,9 +37,9 @@ namespace Linux {
uint8_t junk1[0xf4];
int32_t pid;
uint8_t junk2[0x190];
- uint64_ta start_time;
+ uint64_ta start;
uint8_t junk3[0x5c];
- char comm[16];
+ char name[16];
};