aboutsummaryrefslogtreecommitdiff
path: root/src/rps/rps.h
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2015-01-16 14:18:22 +0000
committerJulius Bünger <buenger@mytum.de>2015-01-16 14:18:22 +0000
commitbe799c369509a499c65ad8c6403db9703acb95b7 (patch)
tree7aa41e65639c6ead056d08abcdafb48e8d318a3e /src/rps/rps.h
parentce19dd7762ac0628e489ce964fbe3d182fb45551 (diff)
downloadgnunet-be799c369509a499c65ad8c6403db9703acb95b7.tar.gz
gnunet-be799c369509a499c65ad8c6403db9703acb95b7.zip
send empty push/pull-request messages
Diffstat (limited to 'src/rps/rps.h')
-rw-r--r--src/rps/rps.h33
1 files changed, 0 insertions, 33 deletions
diff --git a/src/rps/rps.h b/src/rps/rps.h
index 3ba0cffcf..f0f7d5461 100644
--- a/src/rps/rps.h
+++ b/src/rps/rps.h
@@ -53,39 +53,6 @@ struct GNUNET_RPS_P2P_PushMessage
53 uint64_t placeholder; 53 uint64_t placeholder;
54}; 54};
55 55
56/**
57 * P2P Message to request PeerIDs from other peer.
58 */
59struct GNUNET_RPS_P2P_PullRequestMessage
60{
61 /**
62 * Header including size and type in NBO
63 */
64 struct GNUNET_MessageHeader header;
65
66 /* This probably stays empty as we just
67 * infrom the peer of our existence */
68 uint64_t placeholder;
69};
70
71/**
72 * P2P Message to send PeerIDs to other peer.
73 */
74struct GNUNET_RPS_P2P_PullReplyMessage
75{
76 /**
77 * Header including size and type in NBO
78 */
79 struct GNUNET_MessageHeader header;
80
81 /**
82 * Number of PeerIDs sent
83 */
84 uint32_t num_peers GNUNET_PACKED;
85
86 /* Followed by num_peers * GNUNET_PeerIdentity */
87};
88
89 56
90 57
91/*********************************************************************** 58/***********************************************************************