Librepo library
1.7.13
C library for downloading linux repository metadata and packages
|
#include <metalink.h>
Data Fields | |
char * | filename |
gint64 | timestamp |
gint64 | size |
GSList * | hashes |
GSList * | urls |
GSList * | alternates |
Metalink
Definition at line 57 of file metalink.h.
GSList* alternates |
List of pointers to LrMetalinkAlternates (could be NULL)
Definition at line 63 of file metalink.h.
char* filename |
Filename
Definition at line 58 of file metalink.h.
GSList* hashes |
List of pointers to LrMetalinkHashes (could be NULL)
Definition at line 61 of file metalink.h.
gint64 size |
File size
Definition at line 60 of file metalink.h.
gint64 timestamp |
Repo timestamp (the highest ts in the repomd.xml)
Definition at line 59 of file metalink.h.
GSList* urls |
List of pointers to LrMetalinkUrls (could be NULL)
Definition at line 62 of file metalink.h.