* added progessbars for cpu and memory usage

(Old svn revision: 1935)
This commit is contained in:
Johannes Zellner
2006-09-02 15:18:08 +00:00
parent c8e67f5285
commit 7047557d11
9 changed files with 134 additions and 19 deletions

View File

@@ -22,6 +22,7 @@
#define FUNCTIONS_H
#include <gtk/gtk.h>
#include <glib.h>
#include <dirent.h>
#include <pwd.h>
#include <sys/types.h>
@@ -45,6 +46,7 @@
#define PROC_DIR_3 "/proc"
gboolean refresh_task_list(void);
gdouble get_cpu_usage(system_status *sys_stat);
void send_signal_to_task(gchar *task_id, gchar *signal);
/* Configurationfile support */