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
Sebastian Schrader
Kea
Commits
a7346d50
Commit
a7346d50
authored
Aug 24, 2011
by
JINMEI Tatuya
Browse files
[1068] updated doxygen doc for ADD_TTL enum to be (hopefully) more intuitive
parent
ad91831c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/datasrc/database.h
View file @
a7346d50
...
...
@@ -81,7 +81,7 @@ public:
enum
AddRecordColumns
{
ADD_NAME
=
0
,
///< The owner name of the record (a domain name)
ADD_REV_NAME
=
1
,
///< Reversed name of NAME (used for DNSSEC)
ADD_TTL
=
2
,
///< The TTL of the record (
a
n
integer
)
ADD_TTL
=
2
,
///< The TTL of the record (
i
n
numeric form
)
ADD_TYPE
=
3
,
///< The RRType of the record (A/NS/TXT etc.)
ADD_SIGTYPE
=
4
,
///< For RRSIG records, this contains the RRTYPE
///< the RRSIG covers.
...
...
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