#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <signal.h>
#include <sys/stat.h>
#include <sys/param.h>
#include "rpdp.h"
Go to the source code of this file.
Namespaces | |
namespace | ROOT |
Defines | |
#define | NOFILE 0 |
Functions | |
void | ROOT::DaemonStart (int ignsigcld, int fdkeep, EService service) |
Variables | |
int | gDebug |
ErrorHandler_t | ROOT::gErrSys |
#define NOFILE 0 |