Part of ccnr - CCNx Repository Daemon. More...
Go to the source code of this file.
Functions | |
| static int | stdiologger (void *loggerdata, const char *format, va_list ap) |
| static void | handle_signal (int sig) |
| int | main (int argc, char **argv) |
Variables | |
| static struct ccnr_handle * | global_h = NULL |
| static const char * | ccnr_usage_message |
| CCNR Usage message. | |
Part of ccnr - CCNx Repository Daemon.
Definition in file ccnr_main.c.
| static void handle_signal | ( | int | sig | ) | [static] |
Definition at line 46 of file ccnr_main.c.
Referenced by main().
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 123 of file ccnr_main.c.
| static int stdiologger | ( | void * | loggerdata, | |
| const char * | format, | |||
| va_list | ap | |||
| ) | [static] |
Definition at line 37 of file ccnr_main.c.
Referenced by main().
const char* ccnr_usage_message [static] |
struct ccnr_handle* global_h = NULL [static] |
Definition at line 43 of file ccnr_main.c.
1.6.3