createrepo_c library
0.17.5
C library for metadata manipulation
|
Data Fields | |
cr_XmlFile * | pri_f |
cr_XmlFile * | fil_f |
cr_XmlFile * | oth_f |
cr_SqliteDb * | pri_db |
cr_SqliteDb * | fil_db |
cr_SqliteDb * | oth_db |
cr_XmlFile * | pri_zck |
cr_XmlFile * | fil_zck |
cr_XmlFile * | oth_zck |
char * | prev_srpm |
char * | cur_srpm |
int | changelog_limit |
const char * | location_base |
int | repodir_name_len |
const char * | checksum_type_str |
cr_ChecksumType | checksum_type |
const char * | checksum_cachedir |
gboolean | skip_symlinks |
long | task_count |
long | package_count |
gboolean | skip_stat |
cr_Metadata * | old_metadata |
GMutex | mutex_old_md |
GMutex | mutex_pri |
GMutex | mutex_fil |
GMutex | mutex_oth |
GCond | cond_pri |
GCond | cond_fil |
GCond | cond_oth |
volatile long | id_pri |
volatile long | id_fil |
volatile long | id_oth |
GQueue * | buffer |
GMutex | mutex_buffer |
gboolean | deltas |
gint64 | max_delta_rpm_size |
GMutex | mutex_deltatargetpackages |
GSList * | deltatargetpackages |
gint | cut_dirs |
gchar * | location_prefix |
gboolean | had_errors |
FILE * | output_pkg_list |
GMutex | mutex_output_pkg_list |
Definition at line 49 of file dumper_thread.h.