createrepo_c library
0.9.1
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 |
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 | package_count |
gboolean | skip_stat |
cr_Metadata * | old_metadata |
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 |
Definition at line 48 of file dumper_thread.h.