Distributed File System written in C
lib#
Files#
-
Block:
./block.c: implementation for allBlocktable logic../block.h: header file forBlocktable.
-
DNode:
./dnode.c: implementation for allDNodetable logic../dnode.h: header file forDNodetable.
-
Enchufe: Esta ese la librería de Sockets que yo escribí. Para ver más, puedes visitar: https://tangled.org/stau.space/enchufe
./enchufe.c: implementation for everything about sockets../enchufe.h: header file for sockets.
-
INode:
./inode.c: implementation for allINodetable logic../inode.h: header file forINodetable.
-
Lib: Literally EVERYTHING is here.
./lib.c: The implementation for most of this project's functionality../lib.h: The header file for EVERYTHING.
-
List: Simple header-only
Listimplementation in C I made. Check it out here: https://tangled.org/stau.space/c-list./list.h: header-only list implementation
-
ListStr:
./list_str.c: implementation for a List of Strings../list_str.h: header file for List of Strings.
-
Log:
./log.c: implementation for logging library./log.h: header file for logging library
-
UUID:
./uuid.c: implementation for UUID stuff./uuid.h: header for everything about UUID's