Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
af1da46e
Commit
af1da46e
authored
Dec 07, 2012
by
Michal 'vorner' Vaner
Browse files
[2378] Note about late detection of end
parent
b8fde1ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/datasrc/zone_loader.h
View file @
af1da46e
...
...
@@ -133,6 +133,11 @@ public:
/// \throw DataSourceError in case some error (possibly low-level) happens.
/// \throw MasterFileError when the master_file is badly formatted or some
/// similar problem is found when loading the master file.
/// \note If the limit is exactly the number of RRs available to be loaded,
/// the method still returns false and true'll be returned on the next
/// call (which will load 0 RRs). This is because the end of iterator or
/// master file is detected when reading past the end, not when the last
/// one is read.
bool
loadIncremental
(
size_t
limit
);
private:
/// \brief The iterator used as source of data in case of the copy mode.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment