aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-04-14 20:45:25 +0000
committerChristian Grothoff <christian@grothoff.org>2013-04-14 20:45:25 +0000
commit08676aaa5b76a0723c8c60ee510aec3652e50774 (patch)
tree0c1ccb9bd806733aba38f76c79499cb0f3cec048 /src/testing
parentce52e258a28a17f5c319549fda1b5fbb8f6169a7 (diff)
downloadgnunet-08676aaa5b76a0723c8c60ee510aec3652e50774.tar.gz
gnunet-08676aaa5b76a0723c8c60ee510aec3652e50774.zip
-remove unnecessary arguments from ARM callbacks
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/testing.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/testing/testing.c b/src/testing/testing.c
index e75c2f1d2..909a28750 100644
--- a/src/testing/testing.c
+++ b/src/testing/testing.c
@@ -1207,12 +1207,11 @@ GNUNET_TESTING_peer_stop (struct GNUNET_TESTING_Peer *peer)
1207 * Function called whenever we connect to or disconnect from ARM. 1207 * Function called whenever we connect to or disconnect from ARM.
1208 * 1208 *
1209 * @param cls closure 1209 * @param cls closure
1210 * @param arm handle to the ARM connection
1211 * @param connected GNUNET_YES if connected, GNUNET_NO if disconnected, 1210 * @param connected GNUNET_YES if connected, GNUNET_NO if disconnected,
1212 * GNUNET_SYSERR on error. 1211 * GNUNET_SYSERR on error.
1213 */ 1212 */
1214static void 1213static void
1215disconn_status (void *cls, struct GNUNET_ARM_Handle *arm, 1214disconn_status (void *cls,
1216 int connected) 1215 int connected)
1217{ 1216{
1218 struct GNUNET_TESTING_Peer *peer = cls; 1217 struct GNUNET_TESTING_Peer *peer = cls;