man njb_datafile_struct (Fonctions bibliothèques) -
NAME
njb_datafile_struct -
SYNOPSIS
#include <libnjb.h>
Data Fields
char * filename
char * folder
u_int32_t timestamp
u_int32_t flags
u_int32_t dfid
u_int64_t filesize
njb_datafile_t * nextdf
Detailed Description
This is the struct storing the metadata of a regular file or folder.
Examples:
files.c, and getfile.c.
Field Documentation
char* njb_datafile_struct::filename
The name of this file. The name '.' means that this is an empty folder name marker.
Examples: files.c.
Author
Generated automatically by Doxygen for libnjb from the source code.