Add TODO
This commit is contained in:
parent
0a1738cc94
commit
d3312c2898
1 changed files with 1 additions and 0 deletions
|
@ -109,6 +109,7 @@ void ClientListener(int sockid) {
|
||||||
void ClientSender(int sockid) {}
|
void ClientSender(int sockid) {}
|
||||||
|
|
||||||
/* Handles a client after its connection */
|
/* Handles a client after its connection */
|
||||||
|
// TODO: remove this function
|
||||||
void service(int sockid) {
|
void service(int sockid) {
|
||||||
int i, n, t;
|
int i, n, t;
|
||||||
pid_t pid;
|
pid_t pid;
|
||||||
|
|
Loading…
Reference in a new issue