diff options
author | Tomek Mrugalski <tomasz@isc.org> | 2013-06-21 19:26:54 +0200 |
---|---|---|
committer | Tomek Mrugalski <tomasz@isc.org> | 2013-06-21 19:26:54 +0200 |
commit | eff9543714f70df752ab02db33b7a7b579b6a225 (patch) | |
tree | 9a07db3427bbb5323ddc229391a342a0e1f349ac /src/lib/dhcpsrv/dhcpsrv_log.h | |
parent | [2980] Added missing test file (diff) | |
download | kea-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.h | 3 |
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; + ///@} |