70 const char *location_base;
73 const char *checksum_type_str;
75 const char *checksum_cachedir;
76 gboolean skip_symlinks;
77 gboolean skip_filelists;
78 gboolean filelists_ext;
84 GMutex mutex_nevra_table;
85 GHashTable *nevra_table;
101 volatile long id_pri;
102 volatile long id_fil;
103 volatile long id_fex;
104 volatile long id_oth;
112 gint64 max_delta_rpm_size;
114 GMutex mutex_deltatargetpackages;
115 GSList *deltatargetpackages;
120 gchar *location_prefix;
124 FILE *output_pkg_list;
125 GMutex mutex_output_pkg_list;
126 GArray *delayed_write;