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

This is the data at each node on a List. More...

#include <list.h>

Public Attributes

Opaque head
 the data at each index of the List
struct NodeOpaquerest
 the rest of the List

Detailed Description

This is the data at each node on a List.

Member Data Documentation

◆ head

Opaque NodeOpaque::head

the data at each index of the List

◆ rest

struct NodeOpaque* NodeOpaque::rest

the rest of the List


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