Fixed a couple doxgyen errors and removed the commented
out include of ioctl.h in d2_upd_unittest.cc
/// @brief Function which converts labels to NameChangeFormat enum values.
///
-/// @param format_str text to convert to an enum.
+/// @param fmt_str text to convert to an enum.
/// Valid string values: "JSON"
///
/// @return NameChangeFormat value which maps to the given string.
/// transmitting requests, though any queued requests remain queued.
/// Attempts to queue additional requests via sendRequest will fail.
///
- /// @param io_service IOService to be used for sender IO event processing
- ///
/// @throw D2ClientError if sender instance is null. Underlying layer
/// may throw NCRSenderExceptions exceptions.
void stopSender();
#include <gtest/gtest.h>
#include <sys/select.h>
-//#include <sys/ioctl.h>
using namespace std;
using namespace isc::dhcp;