summaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-20 12:41:35 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-20 12:41:35 +0000
commitbd8ba044e2d6d9878b6a24eceb89b29965d08cf3 (patch)
treeb5152e53173e0f8dceb4fdd725d460b5f2b3e6b6 /src/testing
parent550e15b99d7fbe50f7b2e7d695f87ae3a3d5f57d (diff)
downloadgnunet-bd8ba044e2d6d9878b6a24eceb89b29965d08cf3.tar.gz
gnunet-bd8ba044e2d6d9878b6a24eceb89b29965d08cf3.zip
-working on stream
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/testing.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/testing/testing.c b/src/testing/testing.c
index 369bd4e51..3e6cbbb0e 100644
--- a/src/testing/testing.c
+++ b/src/testing/testing.c
@@ -800,6 +800,21 @@ GNUNET_TESTING_peer_configure (struct GNUNET_TESTING_System *system,
800 800
801 801
802/** 802/**
803 * Obtain the peer identity from a peer handle.
804 *
805 * @param peer peer handle for which we want the peer's identity
806 * @param id identifier for the daemon, will be set
807 */
808void
809GNUNET_TESTING_peer_get_identity (struct GNUNET_TESTING_Peer *peer,
810 struct GNUNET_PeerIdentity *id)
811{
812 GNUNET_assert (0); // FIXME-SREE.
813 // *id = peer->id;
814}
815
816
817/**
803 * Start the peer. 818 * Start the peer.
804 * 819 *
805 * @param peer peer to start 820 * @param peer peer to start