#include "dnxCfgParser.h"
Go to the source code of this file.
Functions | |
| void | dnxAgentSignalReconfig (void) |
| The reconfigure signal from the process signal handler. | |
| int | dnxInitAgent (char *agentUrl, DnxCfgParser *parser) |
| Initializes the server management agent. | |
| void | dnxReleaseAgent (void) |
| Cleans up server management agent. | |
Definition in file dnxAgent.h.
| void dnxAgentSignalReconfig | ( | void | ) |
The reconfigure signal from the process signal handler.
Definition at line 536 of file dnxAgent.c.
References s_reconfig.
Referenced by sighandler().
| int dnxInitAgent | ( | char * | agentUrl, | |
| DnxCfgParser * | parser | |||
| ) |
Initializes the server management agent.
| [in] | agentUrl | - the listen url of the agent. |
| [in] | parser | - the global configuration parser. |
Definition at line 541 of file dnxAgent.c.
| void dnxReleaseAgent | ( | void | ) |
1.5.6