libalpm
Arch Linux Package Manager Library
trans.h File Reference
#include "alpm.h"
Include dependency graph for trans.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  alpm_trans_t
 

Enumerations

enum  alpm_transstate_t {
  STATE_IDLE = 0 , STATE_INITIALIZED , STATE_PREPARED , STATE_DOWNLOADING ,
  STATE_COMMITING , STATE_COMMITED , STATE_INTERRUPTED
}
 

Data Structure Documentation

◆ alpm_trans_t

struct alpm_trans_t
Collaboration diagram for alpm_trans_t:
Data Fields
alpm_list_t * add
int flags
alpm_list_t * remove
alpm_list_t * skip_remove
alpm_transstate_t state
alpm_list_t * unresolvable

Enumeration Type Documentation

◆ alpm_transstate_t

Enumerator
STATE_IDLE 
STATE_INITIALIZED 
STATE_PREPARED 
STATE_DOWNLOADING 
STATE_COMMITING 
STATE_COMMITED 
STATE_INTERRUPTED