Track process uptime
This commit is contained in:
@ -8,6 +8,7 @@
|
||||
#include "vfs/vfs.h"
|
||||
#include "ipc/pipe/pipe.h"
|
||||
#include "sysdefs/proc.h"
|
||||
#include "sysdefs/time.h"
|
||||
#include "dev/dev.h"
|
||||
|
||||
#define PROC_NAME_MAX 0x100
|
||||
@ -68,6 +69,8 @@ typedef struct Proc {
|
||||
} procargs;
|
||||
|
||||
uint64_t mman_map_base;
|
||||
|
||||
Time time;
|
||||
} Proc;
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user