Kea 2.7.5
|
#include <config.h>
#include <d2/d2_controller.h>
#include <d2srv/d2_log.h>
#include <exceptions/exceptions.h>
#include <log/logger_manager.h>
#include <log/logger_support.h>
#include <iostream>
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
This file contains entry point (main() function) for standard DHCP-DDNS process, kea-dhcp-ddns, component of Kea software suite. | |
int main | ( | int | argc, |
char * | argv[] ) |
This file contains entry point (main() function) for standard DHCP-DDNS process, kea-dhcp-ddns, component of Kea software suite.
It fetches the D2Controller singleton instance and invokes its launch method. The exit value of the program will be EXIT_SUCCESS if there were no errors, EXIT_FAILURE otherwise.
Definition at line 25 of file d2/main.cc.
References isc::d2::D2Controller::instance().