Kea 2.5.8
d2/main.cc File Reference
#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>
+ Include dependency graph for d2/main.cc:

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.
 

Function Documentation

◆ main()

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(), and isc::Exception::what().

+ Here is the call graph for this function: