From e571e75266c1a75ac309339c04879886cbd298cf Mon Sep 17 00:00:00 2001 From: joerg Date: Sun, 23 Mar 1997 18:53:01 +0000 Subject: Apply the FreeBSD-local patches. Obtained from: The ports collection. --- contrib/top/machine.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'contrib/top/machine.h') diff --git a/contrib/top/machine.h b/contrib/top/machine.h index 4f121a7..243ba27 100644 --- a/contrib/top/machine.h +++ b/contrib/top/machine.h @@ -12,6 +12,7 @@ struct statics char **procstate_names; char **cpustate_names; char **memory_names; + char **swap_names; #ifdef ORDER char **order_names; #endif @@ -30,6 +31,7 @@ struct system_info int *procstates; int *cpustates; int *memory; + int *swap; }; /* cpu_states is an array of percentages * 10. For example, -- cgit v1.1