From 794af5ed134375d4f12843510a491ba20b94a7f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Mon, 13 Oct 2014 01:09:50 +0200 Subject: Enhance memory management in ksysguard on openbsd --- ksysguard/ksysguardd/OpenBSD/memory.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ksysguard/ksysguardd/OpenBSD/memory.h') diff --git a/ksysguard/ksysguardd/OpenBSD/memory.h b/ksysguard/ksysguardd/OpenBSD/memory.h index 9cb11373a..905c5906e 100644 --- a/ksysguard/ksysguardd/OpenBSD/memory.h +++ b/ksysguard/ksysguardd/OpenBSD/memory.h @@ -35,6 +35,10 @@ void printActive(const char* cmd); void printActiveInfo(const char* cmd); void printInActive(const char* cmd); void printInActiveInfo(const char* cmd); +void printUsed(const char* cmd); +void printUsedInfo(const char* cmd); +void printApplication(const char* cmd); +void printApplicationInfo(const char* cmd); void printSwapUsed(const char* cmd); void printSwapUsedInfo(const char* cmd); void printSwapFree(const char* cmd); -- cgit v1.2.3