Librepo library
1.7.13
C library for downloading linux repository metadata and packages
|
#include <metalink.h>
Data Fields | |
char * | protocol |
char * | type |
char * | location |
int | preference |
char * | url |
Single metalink URL
Definition at line 41 of file metalink.h.
char* location |
ISO 3166-1 alpha-2 code ("US", "CZ", ..)
Definition at line 44 of file metalink.h.
int preference |
Integer number 1-100, higher is better
Definition at line 45 of file metalink.h.
char* protocol |
Mirror protocol "http", "ftp", "rsync", ...
Definition at line 42 of file metalink.h.
char* type |
Mirror type "http", "ftp", "rsync", ...
Definition at line 43 of file metalink.h.
char* url |
URL to the target file
Definition at line 46 of file metalink.h.