Bug Fixing and add a new feature

This commit is contained in:
emmekappaa
2023-04-05 09:21:22 +02:00
parent 2a123f6986
commit c19da29ab7
6 changed files with 131 additions and 36 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
#include "sys/types.h"
void writeFeedback(pid_t pid, char name[]);
void writeFeedback(pid_t pid, char name[], pid_t padre, int mode, int prio);
/// @brief Initialize the scheduler feedback system.
/// @return 1 on success, 0 on failure.