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

Class MAPSectionDef

src/nfs_data.h:842–847  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

840 } MAPSectionDefRecord;
841
842 typedef struct MAPSectionDef {
843 uint8_t bIndex;
844 uint8_t bNumRecords;
845 uint8_t szID[2];
846 struct MAPSectionDefRecord msdRecords[8];
847 } MAPSectionDef;
848
849 struct ASFBlockHeader {
850 char szBlockID[4];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected