aboutsummaryrefslogtreecommitdiff
path: root/src/rps/rps-test_util.h
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2018-04-12 12:06:46 +0200
committerJulius Bünger <buenger@mytum.de>2018-04-12 22:25:42 +0200
commit78b04addaf643f8084df2f649f26dde01a1b5ddd (patch)
treea86819060941478ee5d20f4c430934d891911de2 /src/rps/rps-test_util.h
parentf1d5be8c05ae4207596b9b8b6ef552b3df8dffc7 (diff)
downloadgnunet-78b04addaf643f8084df2f649f26dde01a1b5ddd.tar.gz
gnunet-78b04addaf643f8084df2f649f26dde01a1b5ddd.zip
rps service/profiler: count observed (unique) peers
Diffstat (limited to 'src/rps/rps-test_util.h')
-rw-r--r--src/rps/rps-test_util.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/rps/rps-test_util.h b/src/rps/rps-test_util.h
index 725be815c..59f062331 100644
--- a/src/rps/rps-test_util.h
+++ b/src/rps/rps-test_util.h
@@ -72,5 +72,9 @@ create_file (const char *name);
72# define to_file_w_len(file_name, len, ...) 72# define to_file_w_len(file_name, len, ...)
73#endif /* TO_FILE */ 73#endif /* TO_FILE */
74 74
75const char *
76store_prefix_file_name (const struct GNUNET_PeerIdentity *peer,
77 const char *prefix);
78
75#endif /* RPS_TEST_UTIL_H */ 79#endif /* RPS_TEST_UTIL_H */
76/* end of gnunet-service-rps.c */ 80/* end of gnunet-service-rps.c */