|
dpkg 1.22.7-3-g89f48
|
Public Types | |
| enum | alternative_status { ALT_ST_UNKNOWN , ALT_ST_AUTO , ALT_ST_MANUAL } |
Data Fields | |
| char * | master_name |
| char * | master_link |
| char * | current |
| enum alternative::alternative_status | status |
| struct slave_link * | slaves |
| struct fileset * | choices |
| struct commit_operation * | commit_ops |
| int | ref_count |
| bool | modified |
| bool | known_current |
| struct fileset* alternative::choices |
| struct commit_operation* alternative::commit_ops |
| char* alternative::current |
| bool alternative::known_current |
| char* alternative::master_link |
Referenced by main().
| char* alternative::master_name |
Referenced by main().
| bool alternative::modified |
| int alternative::ref_count |
| struct slave_link* alternative::slaves |
Referenced by main().
| enum alternative::alternative_status alternative::status |