X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/9d199a1046599dc863414dda2d0a8f4202abb88d..4d7677820087558df4836c006509903fa0f6d83b:/util.c diff --git a/util.c b/util.c index 2e6046a..3db4edd 100644 --- a/util.c +++ b/util.c @@ -1,6 +1,6 @@ /* Misc util functions */ -char const *cvs_id_util = "$Id: util.c,v 1.8 2004-12-16 08:49:53 bodea Exp $"; +char const *cvs_id_util = "$Id: util.c,v 1.9 2004-12-20 07:23:53 bodea Exp $"; #include #include @@ -39,6 +39,7 @@ void *shared_malloc(unsigned int size) return p; } +extern int forked; extern int udpfd, controlfd, tunfd, snoopfd, ifrfd, cluster_sockfd; extern int *radfds; @@ -50,6 +51,7 @@ pid_t fork_and_close() if (pid) return pid; + forked++; if (config->scheduler_fifo) { struct sched_param params = {0};