![]() |
TRIP Routing Daemon
TRIP (RFC 3219) Location Server Implementation
|
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>
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. | |
Main entry point.
| void sigint_handler | ( | int | dummy | ) |
SIGINT handler.
Shutdowns daemon graceously calling shutdown command

