FOSSology  4.4.0
Open Source License Compliance by Open Source Software
ContainerInfo Struct Reference

Structure for storing information about a particular file. More...

#include <ununpack.h>

Collaboration diagram for ContainerInfo:
Collaboration graph

Public Attributes

char Source [FILENAME_MAX]
 
char Partdir [FILENAME_MAX]
 
char Partname [FILENAME_MAX]
 
char PartnameNew [FILENAME_MAX]
 
int TopContainer
 
int HasChild
 
int Pruned
 
int Corrupt
 
struct stat Stat
 
ParentInfo PI
 
int Artifact
 
int IsDir
 
int IsCompressed
 
long uploadtree_pk
 
long pfile_pk
 
long ufile_mode
 

Detailed Description

Structure for storing information about a particular file.

Definition at line 115 of file ununpack.h.

Member Data Documentation

◆ Artifact

int ContainerInfo::Artifact

Parent Info ptr

Definition at line 127 of file ununpack.h.

◆ Corrupt

int ContainerInfo::Corrupt

No longer exists due to pruning

Definition at line 124 of file ununpack.h.

◆ HasChild

int ContainerInfo::HasChild

Flag: 1=yes (so Stat is meaningless), 0=no

Definition at line 122 of file ununpack.h.

◆ IsCompressed

int ContainerInfo::IsCompressed

This container is a directory

Definition at line 129 of file ununpack.h.

◆ IsDir

int ContainerInfo::IsDir

This container is an artifact – don't log to XML

Definition at line 128 of file ununpack.h.

◆ Partdir

char ContainerInfo::Partdir[FILENAME_MAX]

Full source filename

Definition at line 118 of file ununpack.h.

◆ Partname

char ContainerInfo::Partname[FILENAME_MAX]

Directory name

Definition at line 119 of file ununpack.h.

◆ PartnameNew

char ContainerInfo::PartnameNew[FILENAME_MAX]

Filename without directory

Definition at line 120 of file ununpack.h.

◆ pfile_pk

long ContainerInfo::pfile_pk

Uploadtree of this item

Definition at line 131 of file ununpack.h.

◆ PI

ParentInfo ContainerInfo::PI

Stat structure of the file

Definition at line 126 of file ununpack.h.

◆ Pruned

int ContainerInfo::Pruned

Can this a container have children? (include directories)

Definition at line 123 of file ununpack.h.

◆ Stat

struct stat ContainerInfo::Stat

Is this container/file known to be corrupted?

Definition at line 124 of file ununpack.h.

◆ TopContainer

int ContainerInfo::TopContainer

New filename without directory

Definition at line 121 of file ununpack.h.

◆ ufile_mode

long ContainerInfo::ufile_mode

Pfile of this item

Definition at line 132 of file ununpack.h.

◆ uploadtree_pk

long ContainerInfo::uploadtree_pk

This container is compressed

Definition at line 130 of file ununpack.h.


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