The Pedigree Project 0.1
Public Attributes | List of all members
manifest Struct Reference
+ Collaboration diagram for manifest:

Public Attributes

char magic [16]
 
uint32_t version
 
uint32_t payload_size
 
uint64_t inode
 
int32_t writer_mount
 
char token [64]
 
unsigned char payload [64]
 
struct fh_handle linked stale
 

Detailed Description

Definition at line 8 of file fanotify-handle-contract-test/persistence.c.

Member Data Documentation

◆ inode

uint64_t manifest::inode

Definition at line 11 of file fanotify-handle-contract-test/persistence.c.

◆ magic

char manifest::magic[16]

Definition at line 9 of file fanotify-handle-contract-test/persistence.c.

◆ payload

unsigned char manifest::payload[64]

Definition at line 14 of file fanotify-handle-contract-test/persistence.c.

◆ payload_size

uint32_t manifest::payload_size

Definition at line 10 of file fanotify-handle-contract-test/persistence.c.

◆ stale

struct fh_handle linked manifest::stale

Definition at line 15 of file fanotify-handle-contract-test/persistence.c.

◆ token

char manifest::token[64]

Definition at line 13 of file fanotify-handle-contract-test/persistence.c.

◆ version

uint32_t manifest::version

Definition at line 10 of file fanotify-handle-contract-test/persistence.c.

◆ writer_mount

int32_t manifest::writer_mount

Definition at line 12 of file fanotify-handle-contract-test/persistence.c.


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