Librepo library  1.7.13
C library for downloading linux repository metadata and packages
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Modules
LrYumRepoMdRecord Struct Reference

#include <repomd.h>

Data Fields

char * type
 
char * location_href
 
char * location_base
 
char * checksum
 
char * checksum_type
 
char * checksum_open
 
char * checksum_open_type
 
gint64 timestamp
 
gint64 size
 
gint64 size_open
 
int db_version
 
GStringChunk * chunk
 

Detailed Description

Yum repomd record.

Definition at line 43 of file repomd.h.

Field Documentation

char* checksum

Checksum value

Definition at line 47 of file repomd.h.

char* checksum_open

Checksum of uncompressed file

Definition at line 49 of file repomd.h.

char* checksum_open_type

Type of checksum of uncompressed file

Definition at line 50 of file repomd.h.

char* checksum_type

Type of checksum

Definition at line 48 of file repomd.h.

GStringChunk* chunk

String chunk

Definition at line 56 of file repomd.h.

int db_version

Version of database

Definition at line 54 of file repomd.h.

char* location_base

Location base attribute

Definition at line 46 of file repomd.h.

char* location_href

Location href attribute

Definition at line 45 of file repomd.h.

gint64 size

File size

Definition at line 52 of file repomd.h.

gint64 size_open

Size of uncompressed file

Definition at line 53 of file repomd.h.

gint64 timestamp

File timestamp

Definition at line 51 of file repomd.h.

char* type

Type of record (e.g. "primary")

Definition at line 44 of file repomd.h.


The documentation for this struct was generated from the following file: