summaryrefslogtreecommitdiffstats
path: root/src/lib/dns/labelsequence.h
diff options
context:
space:
mode:
authorJelte Jansen <jelte@isc.org>2012-07-25 18:05:02 +0200
committerJelte Jansen <jelte@isc.org>2012-07-25 18:05:02 +0200
commit3a5fcdca4afbd234efd5c7bad28b3ac1dc306a43 (patch)
treeae4cdd7acb4438d28e2cb9c0081f7c5189d586dd /src/lib/dns/labelsequence.h
parent[2148] minor cleanup (diff)
downloadkea-3a5fcdca4afbd234efd5c7bad28b3ac1dc306a43.tar.xz
kea-3a5fcdca4afbd234efd5c7bad28b3ac1dc306a43.zip
[2148] extend() improvements and more tests
Diffstat (limited to 'src/lib/dns/labelsequence.h')
-rw-r--r--src/lib/dns/labelsequence.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/dns/labelsequence.h b/src/lib/dns/labelsequence.h
index 3802557612..cb9fc9c7a3 100644
--- a/src/lib/dns/labelsequence.h
+++ b/src/lib/dns/labelsequence.h
@@ -335,6 +335,7 @@ public:
/// \return true if the last label is the root label
bool isAbsolute() const;
+ void dump() const;
private:
const uint8_t* data_; // wire-format name data
const uint8_t* offsets_; // an array of offsets in data_ for the labels