Main Page   Modules   Compound List   File List   Compound Members   File Members   Related Pages  

cpioCallbackInfo Struct Reference

#include <cpio.h>

List of all members.

Public Attributes

const char* file
long fileSize
long fileComplete
long bytesProcessed


Detailed Description

The first argument passed in a cpio progress callback.

Note: When building the cpio payload, only "file" is filled in.

Definition at line 83 of file cpio.h.


Member Data Documentation

long cpioCallbackInfo::bytesProcessed
 

No. bytes in archive read.

Definition at line 87 of file cpio.h.

const char * cpioCallbackInfo::file
 

File name being installed.

Definition at line 84 of file cpio.h.

long cpioCallbackInfo::fileComplete
 

Amount of file unpacked.

Definition at line 86 of file cpio.h.

long cpioCallbackInfo::fileSize
 

Total file size.

Definition at line 85 of file cpio.h.


The documentation for this struct was generated from the following file:
Generated at Mon May 21 08:53:43 2001 for rpm by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001