fsautoproc
Basic file transformation automation management utility
|
Individual file node in the index map. More...
#include <index.h>
Data Fields | |
char * | fp |
File path (string duplicated) | |
struct fsstat_s | st |
File stat info structure. | |
struct inode_s * | next |
Next node in the index map. | |
Individual file node in the index map.
char* inode_s::fp |
File path (string duplicated)
struct inode_s* inode_s::next |
Next node in the index map.
struct fsstat_s inode_s::st |
File stat info structure.