MCPcopy Create free account
hub / github.com/OpenNFS/OpenNFS / FSH_HDR

Class FSH_HDR

tools/fshtool.h:70–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68#define QFS_MAXITER 50 /* quick and not so bad */
69
70typedef struct FSH_HDR { /* header of a FSH file */
71 char SHPI[4]; /* 'SHPI' */
72 int filesize;
73 int nbmp;
74 char dirId[4];
75} FSH_HDR;
76
77typedef struct BMPDIR {
78 char name[4];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected