aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testing_lib.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-03-04 14:24:02 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-03-04 14:24:02 +0000
commitd0d1948a8d8519e46562737decdfaa6862dc89f5 (patch)
treeb219a6281bf6eff862dca90cf73cd102a7c721d9 /src/include/gnunet_testing_lib.h
parentdcb57a9e51e8fe7412948ec0c47d383ed390ed61 (diff)
downloadgnunet-d0d1948a8d8519e46562737decdfaa6862dc89f5.tar.gz
gnunet-d0d1948a8d8519e46562737decdfaa6862dc89f5.zip
cache peer identities
Diffstat (limited to 'src/include/gnunet_testing_lib.h')
-rw-r--r--src/include/gnunet_testing_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_testing_lib.h b/src/include/gnunet_testing_lib.h
index 47f05d49d..8a2910450 100644
--- a/src/include/gnunet_testing_lib.h
+++ b/src/include/gnunet_testing_lib.h
@@ -226,7 +226,7 @@ GNUNET_TESTING_peer_configure (struct GNUNET_TESTING_System *system,
226 * @param id identifier for the daemon, will be set 226 * @param id identifier for the daemon, will be set
227 */ 227 */
228void 228void
229GNUNET_TESTING_peer_get_identity (const struct GNUNET_TESTING_Peer *peer, 229GNUNET_TESTING_peer_get_identity (struct GNUNET_TESTING_Peer *peer,
230 struct GNUNET_PeerIdentity *id); 230 struct GNUNET_PeerIdentity *id);
231 231
232 232