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

Saves the connection data. More...

#include <dnode.h>

Public Attributes

UUID nid
 DNode ID (primary key)
IPv4 address
 Address of where the connection came from.
Port port
 Port of where the connection came from.

Detailed Description

Saves the connection data.

Member Data Documentation

◆ address

IPv4 DNode::address

Address of where the connection came from.

◆ nid

UUID DNode::nid

DNode ID (primary key)

◆ port

Port DNode::port

Port of where the connection came from.


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