Reword TODO

This commit is contained in:
flyingscorpio@clevo 2022-10-21 13:29:55 +02:00
parent 1414298846
commit f7695f764b

8
TODO
View file

@ -4,6 +4,8 @@ common:
check both structs and implement both, then use #ifdef to selectively use one or the other
server:
create a struct for passing the pipe and the socketid to thread
create a global array containing structs: one per client, containing clientid, clientpipe, socketid
Dispatcher will need that and it will serve as shared memory
global array containing structs: one per client:
clientid
clientpipe
client_socketid
when creating the thread for a client, pass the struct and append to array