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

Gives a file name an ID. More...

#include <inode.h>

Public Attributes

UUID fid
 file ID for the INode (primary key)
SafeStr fname
 name of the file (default " ")
size_t size
 size of the file in Byte's (default 0)

Detailed Description

Gives a file name an ID.

Member Data Documentation

◆ fid

UUID INode::fid

file ID for the INode (primary key)

◆ fname

SafeStr INode::fname

name of the file (default " ")

◆ size

size_t INode::size

size of the file in Byte's (default 0)


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