Distributed File System 1
Distributed file system in C
Loading...
Searching...
No Matches
DNodeInfo Struct Reference

This carries all the necessary information that a chunk should have. More...

#include <dnode.h>

Public Attributes

DNode dnode
 the DNode of the chunk
UUID cid
 The UUID of the chunk.
size_t seq
 The place in the sequence of chunks where this chunk should be.

Detailed Description

This carries all the necessary information that a chunk should have.

Member Data Documentation

◆ cid

UUID DNodeInfo::cid

The UUID of the chunk.

◆ dnode

DNode DNodeInfo::dnode

the DNode of the chunk

◆ seq

size_t DNodeInfo::seq

The place in the sequence of chunks where this chunk should be.


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