summaryrefslogtreecommitdiff
path: root/src/peerinfo/peerinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/peerinfo/peerinfo.h')
-rw-r--r--src/peerinfo/peerinfo.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/peerinfo/peerinfo.h b/src/peerinfo/peerinfo.h
index 85501593e..69992170f 100644
--- a/src/peerinfo/peerinfo.h
+++ b/src/peerinfo/peerinfo.h
@@ -39,7 +39,8 @@ GNUNET_NETWORK_STRUCT_BEGIN
39 * Message requesting a listing of peers, 39 * Message requesting a listing of peers,
40 * restricted to the specified peer identity. 40 * restricted to the specified peer identity.
41 */ 41 */
42struct ListPeerMessage { 42struct ListPeerMessage
43{
43 /** 44 /**
44 * Type will be GNUNET_MESSAGE_TYPE_PEERINFO_GET 45 * Type will be GNUNET_MESSAGE_TYPE_PEERINFO_GET
45 */ 46 */
@@ -61,7 +62,8 @@ struct ListPeerMessage {
61 * Message requesting a listing of all peers, 62 * Message requesting a listing of all peers,
62 * restricted to the specified peer identity. 63 * restricted to the specified peer identity.
63 */ 64 */
64struct ListAllPeersMessage { 65struct ListAllPeersMessage
66{
65 /** 67 /**
66 * Type will be GNUNET_MESSAGE_TYPE_PEERINFO_GET_ALL 68 * Type will be GNUNET_MESSAGE_TYPE_PEERINFO_GET_ALL
67 */ 69 */
@@ -77,7 +79,8 @@ struct ListAllPeersMessage {
77/** 79/**
78 * Header for all communications. 80 * Header for all communications.
79 */ 81 */
80struct NotifyMessage { 82struct NotifyMessage
83{
81 /** 84 /**
82 * Type will be GNUNET_MESSAGE_TYPE_PEERINFO_NOTIFY 85 * Type will be GNUNET_MESSAGE_TYPE_PEERINFO_NOTIFY
83 */ 86 */
@@ -97,7 +100,8 @@ struct NotifyMessage {
97 * Check the header.size field to see if a HELLO is 100 * Check the header.size field to see if a HELLO is
98 * present. 101 * present.
99 */ 102 */
100struct InfoMessage { 103struct InfoMessage
104{
101 /** 105 /**
102 * Type will be GNUNET_MESSAGE_TYPE_PEERINFO_INFO 106 * Type will be GNUNET_MESSAGE_TYPE_PEERINFO_INFO
103 */ 107 */