summaryrefslogtreecommitdiffstats
path: root/contrib/top/machine.h
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-01-09 20:25:02 +0000
committerobrien <obrien@FreeBSD.org>1999-01-09 20:25:02 +0000
commit5ef1fe5a746e1c0d94e728b671737d381e878511 (patch)
treea3ebc7a1920ec766658c787379ec3c7b26cbaeea /contrib/top/machine.h
parent48d88654f8eeed779ba34dafaa48e1f50e96008e (diff)
downloadFreeBSD-src-5ef1fe5a746e1c0d94e728b671737d381e878511.zip
FreeBSD-src-5ef1fe5a746e1c0d94e728b671737d381e878511.tar.gz
uptime display more in style with original code
Diffstat (limited to 'contrib/top/machine.h')
-rw-r--r--contrib/top/machine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/top/machine.h b/contrib/top/machine.h
index 0a9953f..0f14bf3 100644
--- a/contrib/top/machine.h
+++ b/contrib/top/machine.h
@@ -32,6 +32,7 @@ struct system_info
int *cpustates;
int *memory;
int *swap;
+ struct timeval boottime;
};
/* cpu_states is an array of percentages * 10. For example,
OpenPOWER on IntegriCloud