aboutsummaryrefslogtreecommitdiff
path: root/src/rps/rps.h
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2015-01-13 10:20:32 +0000
committerJulius Bünger <buenger@mytum.de>2015-01-13 10:20:32 +0000
commitf5b01ce67749faebc26be6c1cb1b064f8c02655e (patch)
tree066e97b6b285679fae45a9c5357fb8f3844109d5 /src/rps/rps.h
parent0f649608b4d8c3f82fd1f240bc0d28c2713c7699 (diff)
downloadgnunet-f5b01ce67749faebc26be6c1cb1b064f8c02655e.tar.gz
gnunet-f5b01ce67749faebc26be6c1cb1b064f8c02655e.zip
implemented seeding
Diffstat (limited to 'src/rps/rps.h')
-rw-r--r--src/rps/rps.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/rps/rps.h b/src/rps/rps.h
index 77ce2f18f..3ba0cffcf 100644
--- a/src/rps/rps.h
+++ b/src/rps/rps.h
@@ -150,12 +150,9 @@ struct GNUNET_RPS_CS_SeedMessage
150 /** 150 /**
151 * Number of peers 151 * Number of peers
152 */ 152 */
153 uint64_t n; 153 uint64_t num_peers;
154 154
155 /** 155 /* Followed by num_peers * GNUNET_PeerIdentity */
156 * Peers
157 */
158 struct GNUNET_PeerIdentity ids;
159}; 156};
160 157
161GNUNET_NETWORK_STRUCT_END 158GNUNET_NETWORK_STRUCT_END