23 lines
845 B
Text
23 lines
845 B
Text
$NetBSD: patch-be,v 1.3 2008/01/11 21:02:34 mwdavies Exp $
|
|
|
|
--- ksysguard/ksysguardd/NetBSD/Memory.h.orig 2008-01-05 12:55:45.000000000 +1300
|
|
+++ ksysguard/ksysguardd/NetBSD/Memory.h
|
|
@@ -41,9 +41,18 @@ void printExecpages(const char* cmd);
|
|
void printExecpagesInfo(const char* cmd);
|
|
void printFilepages(const char* cmd);
|
|
void printFilepagesInfo(const char* cmd);
|
|
+void printAnonpages(const char* cmd);
|
|
+void printAnonpagesInfo(const char* cmd);
|
|
void printSwapUsed(const char* cmd);
|
|
void printSwapUsedInfo(const char* cmd);
|
|
void printSwapFree(const char* cmd);
|
|
void printSwapFreeInfo(const char* cmd);
|
|
|
|
+void printAppl(const char* cmd);
|
|
+void printApplInfo(const char* cmd);
|
|
+void printBuffers(const char* cmd);
|
|
+void printBuffersInfo(const char* cmd);
|
|
+void printCached(const char* cmd);
|
|
+void printCachedInfo(const char* cmd);
|
|
+
|
|
#endif
|