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

#include <ununpack.h>

Collaboration diagram for ParentInfo:
Collaboration graph

Public Attributes

int Cmd
 
time_t StartTime
 
time_t EndTime
 
int ChildRecurseArtifact
 
long uploadtree_pk
 

Detailed Description

ParentInfo relates to the command being executed. It is common information needed by Traverse() and stored in CommandInfo and Queue structures.

Definition at line 75 of file ununpack.h.

Member Data Documentation

◆ ChildRecurseArtifact

int ParentInfo::ChildRecurseArtifact

Time when command ended

Definition at line 80 of file ununpack.h.

◆ EndTime

time_t ParentInfo::EndTime

Time when command started

Definition at line 79 of file ununpack.h.

◆ StartTime

time_t ParentInfo::StartTime

Index into command table used to run this

Definition at line 78 of file ununpack.h.

◆ uploadtree_pk

long ParentInfo::uploadtree_pk

Child is an artifact – don't log to XML

Definition at line 81 of file ununpack.h.


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