Rémi Bernon (@rbernon) commented about server/process.c:
info->data_size = 0;
}
+static void set_process_priority( struct process *process, int priority );
You should declare the function here or above the requests, I believe we avoid using forward declarations if possible.