aboutsummaryrefslogtreecommitdiff
path: root/src/rps/rps-test_util.h
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2019-04-11 13:02:18 +0200
committerJulius Bünger <buenger@mytum.de>2019-04-11 13:03:13 +0200
commit6fd0634f2e378276c93e84b3d296f43307aae317 (patch)
tree8e7394c8d67e152dd55c0e79293e45e0c6528c6b /src/rps/rps-test_util.h
parentc457ee81954163e0b7295fbd4a713474b3059abf (diff)
downloadgnunet-6fd0634f2e378276c93e84b3d296f43307aae317.tar.gz
gnunet-6fd0634f2e378276c93e84b3d296f43307aae317.zip
RPS profiler: Compute probabilities wrt history
Diffstat (limited to 'src/rps/rps-test_util.h')
-rw-r--r--src/rps/rps-test_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rps/rps-test_util.h b/src/rps/rps-test_util.h
index d5a2db9de..5aa0688d5 100644
--- a/src/rps/rps-test_util.h
+++ b/src/rps/rps-test_util.h
@@ -101,7 +101,7 @@ close_all_files ();
101#endif /* TO_FILE */ 101#endif /* TO_FILE */
102 102
103char * 103char *
104store_prefix_file_name (const struct GNUNET_PeerIdentity *peer, 104store_prefix_file_name (const unsigned int index,
105 const char *prefix); 105 const char *prefix);
106 106
107void 107void