#include "fde.h"
#include "globals.h"
#include "ip/Address.h"
+#include "ipc/Kid.h"
#include "SquidConfig.h"
#include "SquidIpc.h"
#include "tools.h"
}
/* child */
+ TheProcessKind = pkHelper;
no_suid(); /* give up extra priviliges */
/* close shared socket with parent */
pkCoordinator = 1, ///< manages all other kids
pkWorker = 2, ///< general-purpose worker bee
pkDisker = 4, ///< cache_dir manager
+ pkHelper = 8 ///< general-purpose helper child
} ProcessKind;
/// ProcessKind for the current process