mirror of https://github.com/xzeldon/htop.git
Update header.
This commit is contained in:
parent
d15555ed2c
commit
306c5443ae
|
@ -19,6 +19,7 @@ typedef struct DarwinProcess_ {
|
||||||
|
|
||||||
uint64_t utime;
|
uint64_t utime;
|
||||||
uint64_t stime;
|
uint64_t stime;
|
||||||
|
bool taskAccess;
|
||||||
} DarwinProcess;
|
} DarwinProcess;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue