vfsmodule Struct Reference

Module representing a type of file or directory on disk, containing functions to read its contents (populate it). More...

#include <vfs.h>

Collaboration diagram for vfsmodule:
Collaboration graph
[legend]

Data Fields

int(* match )(struct vfsent *ve, int isdir)
 Attach the VFS module to a VFS entity.
int(* populate )(struct vfsent *ve)
 Populate the VFS entity with its childs.
FILE *(* open )(struct vfsent *ve)
 Return a FILE* to the file on disk.
char pseudo
 Does not need an on-disk file.
unsigned char sortorder
 Order in which files should be sorted in vfs_dir.
char marking
 Charachter placed behind the character marking the filetype.

Detailed Description

Module representing a type of file or directory on disk, containing functions to read its contents (populate it).

Definition at line 63 of file vfs.h.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Defines
Generated on Mon Mar 15 04:45:56 2010 for herrie by  doxygen 1.6.3