Keeps track of the set of all hard links to a file in an archive. More...
#include <fsm.h>
Data Fields | |
struct hardLink_s * | next |
const char ** | nsuffix |
int * | filex |
struct stat | sb |
int | nlink |
int | linksLeft |
int | linkIndex |
int | createdPath |
Keeps track of the set of all hard links to a file in an archive.
Definition at line 95 of file fsm.h.
int* hardLink_s::filex |
struct hardLink_s* hardLink_s::next |
const char** hardLink_s::nsuffix |
struct stat hardLink_s::sb |