Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/rpm-software-management/createrepo_c.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd_parser.h')
-rw-r--r--src/cmd_parser.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cmd_parser.h b/src/cmd_parser.h
index 03cfcf0..3133741 100644
--- a/src/cmd_parser.h
+++ b/src/cmd_parser.h
@@ -139,6 +139,9 @@ struct CmdOptions {
GSList *modulemd_metadata; /*!< paths to all modulemd metadata */
gboolean recycle_pkglist;
+ gboolean delayed_dump; /*!< Load _all_ the packages (parallel workers)
+ first, and then dump the database. This
+ allows additional package filtering. */
};
/**