From: David VaĊĦek Date: Mon, 12 Jun 2023 09:00:38 +0000 (+0200) Subject: zone/backup: remove potentially misleading comments X-Git-Tag: v3.4.dev~112^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bcb0932feae514663c1f579ae98abaaa978db78;p=thirdparty%2Fknot-dns.git zone/backup: remove potentially misleading comments --- diff --git a/src/knot/zone/backup.h b/src/knot/zone/backup.h index b1d0e3e130..2b4253876f 100644 --- a/src/knot/zone/backup.h +++ b/src/knot/zone/backup.h @@ -33,11 +33,11 @@ typedef struct zone_backup_ctx { node_t n; // ability to be put into list_t bool restore_mode; // if true, this is not a backup, but restore bool forced; // if true, the force flag has been set - bool backup_zonefile; // if true, also backup zone contents to a zonefile (default on) - bool backup_journal; // if true, also backup journal (default off) - bool backup_timers; // if true, also backup timers (default on) - bool backup_kaspdb; // if true, also backup KASP database (default on) - bool backup_catalog; // if true, also backup zone catalog (default on) + bool backup_zonefile; // if true, also backup zone contents to a zonefile + bool backup_journal; // if true, also backup journal + bool backup_timers; // if true, also backup timers + bool backup_kaspdb; // if true, also backup KASP database + bool backup_catalog; // if true, also backup zone catalog bool backup_global; // perform global backup for all zones ssize_t readers; // when decremented to 0, all zones done, free this context pthread_mutex_t readers_mutex; // mutex covering readers counter