Coda Distributed File System
Public Attributes | List of all members
FTS Struct Reference

#include <coda_fts.h>

Collaboration diagram for FTS:
Collaboration graph
[legend]

Public Attributes

struct _ftsentfts_cur
 
struct _ftsentfts_child
 
struct _ftsent ** fts_array
 
dev_t fts_dev
 
char * fts_path
 
int fts_rfd
 
int fts_pathlen
 
int fts_nitems
 
int(* fts_compar )(const void *, const void *)
 
int fts_options
 

Member Data Documentation

◆ fts_array

struct _ftsent** FTS::fts_array

◆ fts_child

struct _ftsent* FTS::fts_child

◆ fts_compar

int(* FTS::fts_compar) (const void *, const void *)

◆ fts_cur

struct _ftsent* FTS::fts_cur

◆ fts_dev

dev_t FTS::fts_dev

◆ fts_nitems

int FTS::fts_nitems

◆ fts_options

int FTS::fts_options

◆ fts_path

char* FTS::fts_path

◆ fts_pathlen

int FTS::fts_pathlen

◆ fts_rfd

int FTS::fts_rfd

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