Skip to content
GitLab
Menu
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
BIND
Commits
e06aebbe
Commit
e06aebbe
authored
Aug 03, 2000
by
Mark Andrews
Browse files
371. [doc] document that dns_journal_rollforward can return
ISC_R_RANGE.
parent
512661ed
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
e06aebbe
371. [doc] document that dns_journal_rollforward can return
ISC_R_RANGE.
370. [bug] The error message for roll forward failures was
overly terse.
...
...
lib/dns/include/dns/journal.h
View file @
e06aebbe
...
...
@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: journal.h,v 1.
19
2000/08/0
1 01:24:12 tale
Exp $ */
/* $Id: journal.h,v 1.
20
2000/08/0
3 21:31:41 marka
Exp $ */
#ifndef DNS_JOURNAL_H
#define DNS_JOURNAL_H 1
...
...
@@ -475,6 +475,7 @@ dns_journal_rollforward(isc_mem_t *mctx, dns_db_t *db, const char *filename);
* Returns:
* DNS_R_NOJOURNAL when journal does not exist.
* ISC_R_NOTFOUND when current serial in not in journal.
* ISC_R_RANGE when current serial in not in journals range.
* ISC_R_SUCCESS journal has been applied successfully to database.
* others
*/
...
...
Write
Preview
Supports
Markdown
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