Data Fields | |
GThreadPool * | pool |
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 |
Definition at line 48 of file dumper_thread.h.