dpkg 1.22.7-3-g89f48
|
#include <archives.h>
Data Fields | |
int | backendpipe |
struct pkginfo * | pkg |
struct fsys_namenode_queue * | newfiles_queue |
A queue of fsys_namenode that have been extracted anew. | |
bool | pkgset_getting_in_sync |
Are all “Multi-arch: same” instances about to be in sync? | |
int tarcontext::backendpipe |
Referenced by process_archive(), and tarfileread().
struct fsys_namenode_queue* tarcontext::newfiles_queue |
A queue of fsys_namenode that have been extracted anew.
Referenced by process_archive(), and tarobject().
struct pkginfo* tarcontext::pkg |
Referenced by process_archive(), and tarobject().
bool tarcontext::pkgset_getting_in_sync |
Are all “Multi-arch: same” instances about to be in sync?
Referenced by process_archive(), and tarobject().