aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-07-15 21:42:10 +0000
committerChristian Grothoff <christian@grothoff.org>2016-07-15 21:42:10 +0000
commit3685629253bb94994449f56871252af24a91b6e7 (patch)
tree486bf84972968c674cf24387540833b4a7176f60
parentd0fdba92b0c8c861d223312f19f9278ba63e7f98 (diff)
downloadgnunet-3685629253bb94994449f56871252af24a91b6e7.tar.gz
gnunet-3685629253bb94994449f56871252af24a91b6e7.zip
towards having sending in transport-testing API (not yet flexible enough)
-rw-r--r--src/transport/transport-testing.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/transport/transport-testing.h b/src/transport/transport-testing.h
index e61621b2e..42daa4596 100644
--- a/src/transport/transport-testing.h
+++ b/src/transport/transport-testing.h
@@ -759,6 +759,10 @@ GNUNET_TRANSPORT_TESTING_main_ (const char *argv0,
759 759
760/* ***************** Convenience functions for sending ********* */ 760/* ***************** Convenience functions for sending ********* */
761 761
762// TODO:
763// - need to have continuation after send is done!
764// - need easy way to specify continuation in case
765// of the scheduler tasks
762 766
763/** 767/**
764 * Send a test message of type @a mtype and size @a msize from 768 * Send a test message of type @a mtype and size @a msize from