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

cpioFileMapping Struct Reference

#include <cpio.h>

List of all members.

Public Attributes

const char* archivePath
const char* fsPath
const char* md5sum
mode_t finalMode
uid_t finalUid
gid_t finalGid
int mapFlags


Detailed Description

Defines a single file to be included in a cpio payload.

Definition at line 68 of file cpio.h.


Member Data Documentation

const char * cpioFileMapping::archivePath
 

Path to store in cpio archive.

Definition at line 69 of file cpio.h.

gid_t cpioFileMapping::finalGid
 

Gid of payload file (from header).

Definition at line 74 of file cpio.h.

mode_t cpioFileMapping::finalMode
 

Mode of payload file (from header).

Definition at line 72 of file cpio.h.

uid_t cpioFileMapping::finalUid
 

Uid of payload file (from header).

Definition at line 73 of file cpio.h.

const char * cpioFileMapping::fsPath
 

Location of payload file.

Definition at line 70 of file cpio.h.

int cpioFileMapping::mapFlags
 

Definition at line 75 of file cpio.h.

const char * cpioFileMapping::md5sum
 

File MD5 sum (NULL disables).

Definition at line 71 of file cpio.h.


The documentation for this struct was generated from the following file:
Generated at Sun Apr 8 18:43:06 2001 for rpm by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000