#include <sync/common.h>
#include "psd_config.h"
#include "psd_server.h"
Go to the source code of this file.
Defines | |
#define | DNAME_PSD "psd" |
Functions | |
static int | psd_init (evContext ctx) |
int | main (int argc, char **argv) |
Variables | |
const parse_menu_t | master_menu [] |
Contains the main entry point and registers the application as a JunOS daemon
Definition in file psd_main.c.
#define DNAME_PSD "psd" |
Constant string for the daemon name
Definition at line 245 of file psd_main.c.
Referenced by main().
int main | ( | int | argc, | |
char ** | argv | |||
) |
Intializes psd's environment
[in] | argc | Number of command line arguments |
[in] | argv | String array of command line arguments |
Definition at line 287 of file psd_main.c.
References DNAME_PSD, psd_config_read(), and psd_init().
static int psd_init | ( | evContext | ctx | ) | [static] |
Callback for the first initialization of the RE-SDK Application
[in] | ctx | Newly created event context |
Definition at line 266 of file psd_main.c.
References init_config(), and server_init().
Referenced by main().
const parse_menu_t master_menu[] |
CMD Mode menu tree of commands: (This is defined at the end of ped_ui.c)