/* 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 <unistd.h>
#include <errno.h>
return p;
}
+extern int forked;
extern int udpfd, controlfd, tunfd, snoopfd, ifrfd, cluster_sockfd;
extern int *radfds;
if (pid)
return pid;
+ forked++;
if (config->scheduler_fifo)
{
struct sched_param params = {0};