Reword TODO
This commit is contained in:
parent
1414298846
commit
f7695f764b
1 changed files with 5 additions and 3 deletions
8
TODO
8
TODO
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue