summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcpsrv/dhcpsrv_log.h
diff options
context:
space:
mode:
authorTomek Mrugalski <tomasz@isc.org>2013-06-21 19:26:54 +0200
committerTomek Mrugalski <tomasz@isc.org>2013-06-21 19:26:54 +0200
commiteff9543714f70df752ab02db33b7a7b579b6a225 (patch)
tree9a07db3427bbb5323ddc229391a342a0e1f349ac /src/lib/dhcpsrv/dhcpsrv_log.h
parent[2980] Added missing test file (diff)
downloadkea-eff9543714f70df752ab02db33b7a7b579b6a225.tar.xz
kea-eff9543714f70df752ab02db33b7a7b579b6a225.zip
[2995] 4 hook points implemented:
- pkt6_receive, subnet6_select, lease6_select, pkt6_send - framework updated - some unittests implemented
Diffstat (limited to 'src/lib/dhcpsrv/dhcpsrv_log.h')
-rw-r--r--src/lib/dhcpsrv/dhcpsrv_log.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/dhcpsrv/dhcpsrv_log.h b/src/lib/dhcpsrv/dhcpsrv_log.h
index 9b6350afd5..3f81b50628 100644
--- a/src/lib/dhcpsrv/dhcpsrv_log.h
+++ b/src/lib/dhcpsrv/dhcpsrv_log.h
@@ -50,6 +50,9 @@ const int DHCPSRV_DBG_TRACE_DETAIL = DBGLVL_TRACE_DETAIL;
/// Record detailed (and verbose) data on the server.
const int DHCPSRV_DBG_TRACE_DETAIL_DATA = DBGLVL_TRACE_DETAIL_DATA;
+// Trace hook related operations
+const int DHCPSRV_HOOKS = DBGLVL_TRACE_BASIC;
+
///@}