From 5ef1fe5a746e1c0d94e728b671737d381e878511 Mon Sep 17 00:00:00 2001 From: obrien Date: Sat, 9 Jan 1999 20:25:02 +0000 Subject: uptime display more in style with original code --- contrib/top/machine.h | 1 + 1 file changed, 1 insertion(+) (limited to 'contrib/top/machine.h') 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, -- cgit v1.1