Skip to content
GitLab
Projects
Groups
Snippets
/
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
80de8b94
Commit
80de8b94
authored
Dec 07, 2012
by
Michal 'vorner' Vaner
Browse files
[2377] docs: Add forgotten update to the addRRCallback
parent
2f505102
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dns/master_loader_callbacks.h
View file @
80de8b94
...
...
@@ -32,15 +32,17 @@ class Rdata;
typedef
boost
::
shared_ptr
<
Rdata
>
RdataPtr
;
}
/// \brief Type of callback to add a RR
set
.
/// \brief Type of callback to add a RR.
///
/// This type of callback is used by the loader to report another loaded
/// RR
set
. The R
Rset
is no longer preserved by the loader and is fully
/// RR. The R
data
is no longer preserved by the loader and is fully
/// owned by the callback.
///
/// \param RRset The rrset to add. It does not contain the accompanying
/// RRSIG (if the zone is signed), they are reported with separate
/// calls to the callback.
/// \param name The domain name where the RR belongs.
/// \param rrclass The class of the RR.
/// \param rrtype Type of the RR.
/// \param rrttl Time to live of the RR.
/// \param rdata The actual carried data of the RR.
typedef
boost
::
function
<
void
(
const
Name
&
name
,
const
RRClass
&
rrclass
,
const
RRType
&
rrtype
,
const
RRTTL
&
rrttl
,
const
rdata
::
RdataPtr
&
rdata
)
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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