aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport-testing.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-07-08 18:32:13 +0000
committerChristian Grothoff <christian@grothoff.org>2016-07-08 18:32:13 +0000
commit0c13a1e6fb0baffd83d413f313742a5f2b420297 (patch)
treecbefbd6d4de8c230b399f7a7cf0efff8128bf223 /src/transport/transport-testing.h
parent691b0e15900cfed9cbd120e0a4fd91bbd13acc7a (diff)
downloadgnunet-0c13a1e6fb0baffd83d413f313742a5f2b420297.tar.gz
gnunet-0c13a1e6fb0baffd83d413f313742a5f2b420297.zip
-indenting
Diffstat (limited to 'src/transport/transport-testing.h')
-rw-r--r--src/transport/transport-testing.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/transport/transport-testing.h b/src/transport/transport-testing.h
index 185016255..b3d6f2a2b 100644
--- a/src/transport/transport-testing.h
+++ b/src/transport/transport-testing.h
@@ -169,6 +169,7 @@ struct GNUNET_TRANSPORT_TESTING_ConnectRequest
169 int p2_c; 169 int p2_c;
170}; 170};
171 171
172
172struct GNUNET_TRANSPORT_TESTING_handle 173struct GNUNET_TRANSPORT_TESTING_handle
173{ 174{
174 /** 175 /**
@@ -279,6 +280,7 @@ void
279GNUNET_TRANSPORT_TESTING_connect_peers_cancel (struct GNUNET_TRANSPORT_TESTING_handle *tth, 280GNUNET_TRANSPORT_TESTING_connect_peers_cancel (struct GNUNET_TRANSPORT_TESTING_handle *tth,
280 struct GNUNET_TRANSPORT_TESTING_ConnectRequest *cc); 281 struct GNUNET_TRANSPORT_TESTING_ConnectRequest *cc);
281 282
283
282/** 284/**
283 * Clean up the transport testing 285 * Clean up the transport testing
284 * @param tth transport testing handle 286 * @param tth transport testing handle
@@ -286,6 +288,7 @@ GNUNET_TRANSPORT_TESTING_connect_peers_cancel (struct GNUNET_TRANSPORT_TESTING_h
286void 288void
287GNUNET_TRANSPORT_TESTING_done (struct GNUNET_TRANSPORT_TESTING_handle *tth); 289GNUNET_TRANSPORT_TESTING_done (struct GNUNET_TRANSPORT_TESTING_handle *tth);
288 290
291
289/** 292/**
290 * Initialize the transport testing 293 * Initialize the transport testing
291 * @return transport testing handle 294 * @return transport testing handle
@@ -293,9 +296,6 @@ GNUNET_TRANSPORT_TESTING_done (struct GNUNET_TRANSPORT_TESTING_handle *tth);
293struct GNUNET_TRANSPORT_TESTING_handle * 296struct GNUNET_TRANSPORT_TESTING_handle *
294GNUNET_TRANSPORT_TESTING_init (void); 297GNUNET_TRANSPORT_TESTING_init (void);
295 298
296/*
297 * Some utility functions
298 */
299 299
300/** 300/**
301 * Extracts the test filename from an absolute file name and removes the extension 301 * Extracts the test filename from an absolute file name and removes the extension
@@ -306,6 +306,7 @@ void
306GNUNET_TRANSPORT_TESTING_get_test_name (const char *file, 306GNUNET_TRANSPORT_TESTING_get_test_name (const char *file,
307 char **dest); 307 char **dest);
308 308
309
309/** 310/**
310 * This function takes the filename (e.g. argv[0), removes a "lt-"-prefix and 311 * This function takes the filename (e.g. argv[0), removes a "lt-"-prefix and
311 * if existing ".exe"-prefix and adds the peer-number 312 * if existing ".exe"-prefix and adds the peer-number