summaryrefslogtreecommitdiffstats
path: root/Process.c
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-02-23 03:53:36 -0300
committerHisham Muhammad <hisham@gobolinux.org>2015-02-23 03:53:36 -0300
commit0a184b769f239700273b163deedb5bc5e5b777e9 (patch)
tree80ace094fa63f108604d8bc65924a6835c1e33f1 /Process.c
parent8b5b73825e2978df308f520dfc38d30d5dbebdb1 (diff)
Merge fixes
Diffstat (limited to 'Process.c')
-rw-r--r--Process.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/Process.c b/Process.c
index dbdb4810..16ac7001 100644
--- a/Process.c
+++ b/Process.c
@@ -45,8 +45,6 @@ in the source distribution for its full text.
#include <sys/types.h>
-typedef struct Settings_ Settings;
-
#define PROCESS_FLAG_IO 1
#define PROCESS_FLAG_IOPRIO 2
#define PROCESS_FLAG_OPENVZ 4
@@ -660,7 +658,7 @@ ObjectClass Process_class = {
.compare = Process_compare
};
-void Process_init(Process* this, struct Settings_* settings, struct ProcessList_* pl) {
+void Process_init(Process* this, struct ProcessList_* pl) {
this->pid = 0;
this->pl = pl;
this->tag = false;

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