added semaphore and shared memory to print without superposition between parent and child process

This commit is contained in:
hugogogo
2022-08-22 14:52:31 +02:00
parent 5225e3258b
commit f7b31c7db7
14 changed files with 127 additions and 65 deletions

View File

@@ -14,8 +14,6 @@
# include "ServerConfig.hpp"
# include "colors.h"
extern family_state family;
struct Script
{
std::string path;