21 #ifndef __LR_TYPES_H__
22 #define __LR_TYPES_H__
70 #define LR_YUM_FULL NULL
73 #define LR_YUM_REPOMDONLY {NULL}
76 #define LR_YUM_BASEXML {"primary", "filelists", "other", NULL}
79 #define LR_YUM_BASEDB {"primary_db", "filelists_db", "other_db", NULL}
84 #define LR_YUM_HAWKEY {"primary", "filelists", "prestodelta", NULL}
102 double total_to_download,
103 double now_downloaded);
107 LR_TRANSFER_SUCCESSFUL,
108 LR_TRANSFER_ALREDYEXISTS,
143 const char *metadata);
void(* LrFastestMirrorCb)(void *clientp, LrFastestMirrorStages stage, void *ptr)
int(* LrEndCb)(void *clientp, LrTransferStatus status, const char *msg)
int(* LrProgressCb)(void *clientp, double total_to_download, double now_downloaded)
int(* LrMirrorFailureCb)(void *clientp, const char *msg, const char *url)
int(* LrHandleMirrorFailureCb)(void *clientp, const char *msg, const char *url, const char *metadata)