![]() |
Icinga-core 1.4.0
next gen monitoring
|
#include "../../../include/config.h"
#include "../include/io.h"
Go to the source code of this file.
Defines | |
#define | SOCKDEBUG_VERSION "1.4.0" |
#define | SOCKDEBUG_NAME "SOCKDEBUG" |
#define | SOCKDEBUG_DATE "05-11-2011" |
Functions | |
int | cleanup_socket (int, char *) |
void | sighandler (int) |
int | main (int argc, char **argv) |
Variables | |
int | sd = 0 |
char * | socketname = NULL |
#define SOCKDEBUG_DATE "05-11-2011" |
Definition at line 14 of file sockdebug.c.
#define SOCKDEBUG_NAME "SOCKDEBUG" |
Definition at line 13 of file sockdebug.c.
#define SOCKDEBUG_VERSION "1.4.0" |
Definition at line 12 of file sockdebug.c.
int cleanup_socket | ( | int | s, |
char * | f | ||
) |
Definition at line 134 of file sockdebug.c.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 23 of file sockdebug.c.
int sd = 0 |
Definition at line 20 of file sockdebug.c.
char* socketname = NULL |
Definition at line 21 of file sockdebug.c.