mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 06:55:30 +00:00
update copyright notice
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: journal.h,v 1.36 2009/11/04 01:25:55 marka Exp $ */
|
/* $Id: journal.h,v 1.37 2009/11/04 23:48:18 tbox Exp $ */
|
||||||
|
|
||||||
#ifndef DNS_JOURNAL_H
|
#ifndef DNS_JOURNAL_H
|
||||||
#define DNS_JOURNAL_H 1
|
#define DNS_JOURNAL_H 1
|
||||||
@@ -240,10 +240,10 @@ dns_journal_rollforward2(isc_mem_t *mctx, dns_db_t *db, unsigned int options,
|
|||||||
* Roll forward (play back) the journal file "filename" into the
|
* Roll forward (play back) the journal file "filename" into the
|
||||||
* database "db". This should be called when the server starts
|
* database "db". This should be called when the server starts
|
||||||
* after a shutdown or crash. 'resign' is how many seconds before
|
* after a shutdown or crash. 'resign' is how many seconds before
|
||||||
* a RRSIG is due to expire it should be scheduled to be regenerated.
|
* a RRSIG is due to expire it should be scheduled to be regenerated.
|
||||||
*
|
*
|
||||||
* Requires:
|
* Requires:
|
||||||
*\li dns_journal_rollforward() requires that DNS_JOURNALOPT_RESIGN
|
*\li dns_journal_rollforward() requires that DNS_JOURNALOPT_RESIGN
|
||||||
* is not set.
|
* is not set.
|
||||||
*\li 'mctx' is a valid memory context.
|
*\li 'mctx' is a valid memory context.
|
||||||
*\li 'db' is a valid database which does not have a version
|
*\li 'db' is a valid database which does not have a version
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: journal.c,v 1.109 2009/11/04 04:22:16 marka Exp $ */
|
/* $Id: journal.c,v 1.110 2009/11/04 23:48:18 tbox Exp $ */
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
@@ -1971,7 +1971,7 @@ isc_result_t
|
|||||||
dns_db_diff(isc_mem_t *mctx,
|
dns_db_diff(isc_mem_t *mctx,
|
||||||
dns_db_t *dba, dns_dbversion_t *dbvera,
|
dns_db_t *dba, dns_dbversion_t *dbvera,
|
||||||
dns_db_t *dbb, dns_dbversion_t *dbverb,
|
dns_db_t *dbb, dns_dbversion_t *dbverb,
|
||||||
const char *journal_filename)
|
const char *journal_filename)
|
||||||
{
|
{
|
||||||
isc_result_t result;
|
isc_result_t result;
|
||||||
dns_journal_t *journal = NULL;
|
dns_journal_t *journal = NULL;
|
||||||
|
Reference in New Issue
Block a user