summaryrefslogtreecommitdiffstats
path: root/SwapMeter.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2006-04-10 20:40:38 +0000
committerHisham Muhammad <hisham@gobolinux.org>2006-04-10 20:40:38 +0000
commit33113fe0d73ea3299843b483f108ef5bcfcc944f (patch)
tree4c6b50b3bc6fbe9e1a44dd3b9c56e63571c83d73 /SwapMeter.h
parent34bcf8050e56fc799efb1013cb92ba1b44bd6df1 (diff)
- Overhaul meters implementation;
- add AllCPUsMeter; - because of that, the new .htoprc is incompatible with previous released versions.
Diffstat (limited to 'SwapMeter.h')
-rw-r--r--SwapMeter.h13
1 files changed, 2 insertions, 11 deletions
diff --git a/SwapMeter.h b/SwapMeter.h
index 39c3fdc6..f9be990c 100644
--- a/SwapMeter.h
+++ b/SwapMeter.h
@@ -1,4 +1,4 @@
-/* Do not edit this file. It was automatically genarated. */
+/* Do not edit this file. It was automatically generated. */
#ifndef HEADER_SwapMeter
#define HEADER_SwapMeter
@@ -23,17 +23,8 @@ in the source distribution for its full text.
#include <assert.h>
-typedef struct SwapMeter_ SwapMeter;
-struct SwapMeter_ {
- Meter super;
- ProcessList* pl;
-};
-
-
-SwapMeter* SwapMeter_new(ProcessList* pl);
-
-void SwapMeter_setValues(Meter* cast);
+void SwapMeter_setValues(Meter* this, char* buffer, int len);
void SwapMeter_display(Object* cast, RichString* out);

© 2014-2024 Faster IT GmbH | imprint | privacy policy