FD.io VPP  v17.07-30-g839fa73
Vector Packet Processing
uri_socket_server.c File Reference
+ Include dependency graph for uri_socket_server.c:

Go to the source code of this file.

Functions

static void unix_signal_handler (int signum, siginfo_t *si, ucontext_t *uc)
 
static void setup_signal_handler (void)
 
int main (int argc, char *argv[])
 

Variables

volatile int signal_received
 

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Definition at line 75 of file uri_socket_server.c.

+ Here is the call graph for this function:

static void setup_signal_handler ( void  )
static

Definition at line 36 of file uri_socket_server.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void unix_signal_handler ( int  signum,
siginfo_t *  si,
ucontext_t *  uc 
)
static

Definition at line 30 of file uri_socket_server.c.

+ Here is the caller graph for this function:

Variable Documentation

volatile int signal_received

Definition at line 27 of file uri_socket_server.c.