UNIX Message-Packet header. More...
Data Fields | |
struct GNUNET_MessageHeader | header |
Message header. More... | |
struct GNUNET_PeerIdentity | sender |
What is the identity of the sender (GNUNET_hash of public key) More... | |
UNIX Message-Packet header.
Definition at line 69 of file gnunet-communicator-unix.c.
struct GNUNET_MessageHeader UNIXMessage::header |
Message header.
Definition at line 74 of file gnunet-communicator-unix.c.
struct GNUNET_PeerIdentity UNIXMessage::sender |
What is the identity of the sender (GNUNET_hash of public key)
Definition at line 79 of file gnunet-communicator-unix.c.