aboutsummaryrefslogtreecommitdiff
path: root/src/rps/rps.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rps/rps.h')
-rw-r--r--src/rps/rps.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/rps/rps.h b/src/rps/rps.h
index 6bf2273b4..58ba79082 100644
--- a/src/rps/rps.h
+++ b/src/rps/rps.h
@@ -216,6 +216,7 @@ struct GNUNET_RPS_CS_DEBUG_ViewReply
216}; 216};
217 /* Followed by num_peers * GNUNET_PeerIdentity */ 217 /* Followed by num_peers * GNUNET_PeerIdentity */
218 218
219GNUNET_NETWORK_STRUCT_END
219 220
220/*********************************************************************** 221/***********************************************************************
221 * Defines from old gnunet-service-rps_peers.h 222 * Defines from old gnunet-service-rps_peers.h
@@ -312,4 +313,8 @@ typedef int
312 const struct GNUNET_PeerIdentity *peer); 313 const struct GNUNET_PeerIdentity *peer);
313 314
314 315
315GNUNET_NETWORK_STRUCT_END 316/**
317 * Handle to the statistics service.
318 */
319extern struct GNUNET_STATISTICS_Handle *stats;
320