Code

check_load can optionally divide by number of cpus
[nagiosplug.git] / plugins / popen.h
1 /******************************************************************************
2  *
3  * $Id$
4  *
5  ******************************************************************************/
7 FILE *spopen (const char *);
8 int spclose (FILE *);
9 RETSIGTYPE popen_timeout_alarm_handler (int);
11 extern unsigned int timeout_interval;
12 pid_t *childpid=NULL;
13 int *child_stderr_array=NULL;
14 FILE *child_process=NULL;
15 FILE *child_stderr=NULL;