Icinga-core 1.4.0
next gen monitoring
module/idoutils/src/sockdebug.c File Reference
#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 Documentation

#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.


Function Documentation

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.

void sighandler ( int  sig)

Definition at line 2187 of file utils.c.


Variable Documentation

int sd = 0

Definition at line 20 of file sockdebug.c.

char* socketname = NULL

Definition at line 21 of file sockdebug.c.

 All Data Structures Files Functions Variables Typedefs Defines