| commit | 6f868b00c02ef241216e7b95e0a09c38760c2f16 | [log] [tgz] |
|---|---|---|
| author | Hisham Muhammad <hisham@gobolinux.org> | Fri Feb 20 14:52:10 2015 -0200 |
| committer | Hisham Muhammad <hisham@gobolinux.org> | Fri Feb 20 14:52:10 2015 -0200 |
| tree | 905037b792a89fd8a2f6781e2656edf73a0fa590 | |
| parent | f97d1bc54af13e7c801bf6d83e95661f25695719 [diff] [blame] |
Fix allocation of processes. Closes #166.
diff --git a/linux/LinuxProcess.h b/linux/LinuxProcess.h index beafff6..41a82c2 100644 --- a/linux/LinuxProcess.h +++ b/linux/LinuxProcess.h
@@ -17,6 +17,12 @@ IOPriority ioPriority; } LinuxProcess; +#define Process_delete LinuxProcess_delete + + +LinuxProcess* LinuxProcess_new(Settings* settings); + +void LinuxProcess_delete(Object* cast); /* [1] Note that before kernel 2.6.26 a process that has not asked for