Minor docstring change
This commit is contained in:
parent
e693ad35c5
commit
9500e59f57
1 changed files with 1 additions and 2 deletions
|
@ -231,8 +231,7 @@ int send_message(char *message){
|
|||
return 0;
|
||||
}
|
||||
|
||||
/* Thread, parses and handles messages */
|
||||
/* Thread, Dispatcher : pop message from the message_buffer pipe, parse it and send it to the good ClientSender */
|
||||
/* Thread, pop message from the message_buffer pipe, parse it and send it to the good ClientSender */
|
||||
void *Dispatcher(void *arg) {
|
||||
char buf[BUF_LEN];
|
||||
char message[1024]; // TODO: replace by malloc
|
||||
|
|
Loading…
Reference in a new issue