fix(feuille.c): documentation
This commit is contained in:
parent
9e011de4ab
commit
741800f7f3
1 changed files with 5 additions and 0 deletions
|
@ -77,8 +77,13 @@ void version(void)
|
||||||
die(0, "%s %s by Tom MTT. <tom@heimdall.pm>\n", argv0, VERSION);
|
die(0, "%s %s by Tom MTT. <tom@heimdall.pm>\n", argv0, VERSION);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Feuille's accept loop.
|
||||||
|
* server: the server socket.
|
||||||
|
*/
|
||||||
void accept_loop(int server)
|
void accept_loop(int server)
|
||||||
{
|
{
|
||||||
|
/* get current process' pid */
|
||||||
int pid = getpid();
|
int pid = getpid();
|
||||||
|
|
||||||
/* feed the random number god */
|
/* feed the random number god */
|
||||||
|
|
Reference in a new issue