TRIP Routing Daemon
TRIP (RFC 3219) Location Server Implementation
Loading...
Searching...
No Matches
tripd.c File Reference

Main entry point. More...

#include <protocol/protocol.h>
#include <command/parser.h>
#include <command/commands.h>
#include <command/cli.h>
#include <logging/logging.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <signal.h>
#include <unistd.h>
Include dependency graph for tripd.c:

Macros

#define DEFAULT_CONFIG_PATH   "/usr/local/etc/tripd.conf"

Functions

void print_usage (char *name)
 Print CLI usage.
void sigint_handler (int dummy)
 SIGINT handler.
int main (int argc, char **argv)
 Entry point.

Detailed Description

Main entry point.

Function Documentation

◆ sigint_handler()

void sigint_handler ( int dummy)

SIGINT handler.

Shutdowns daemon graceously calling shutdown command

Here is the call graph for this function:
Here is the caller graph for this function: