aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-09-09 14:20:50 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-09-09 14:20:50 +0000
commit7666505af72b1ca0b568f1c8a053a506dda64d95 (patch)
tree229314c99af16e5dd7686beaa53e11ef5593d1bc /src/testbed/testbed_api.h
parent58d35329939062c00b165a973ad236490678eca3 (diff)
downloadgnunet-7666505af72b1ca0b568f1c8a053a506dda64d95.tar.gz
gnunet-7666505af72b1ca0b568f1c8a053a506dda64d95.zip
error reporting in service_connect
Diffstat (limited to 'src/testbed/testbed_api.h')
-rw-r--r--src/testbed/testbed_api.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/testbed/testbed_api.h b/src/testbed/testbed_api.h
index 06ab6d504..a021e2130 100644
--- a/src/testbed/testbed_api.h
+++ b/src/testbed/testbed_api.h
@@ -398,5 +398,18 @@ GNUNET_TESTBED_get_config_from_peerinfo_msg_ (const struct
398 GNUNET_TESTBED_PeerConfigurationInformationMessage 398 GNUNET_TESTBED_PeerConfigurationInformationMessage
399 *msg); 399 *msg);
400 400
401
402/**
403 * Checks the integrity of the OpeationFailureEventMessage and if good returns
404 * the error message it contains.
405 *
406 * @param msg the OperationFailureEventMessage
407 * @return the error message
408 */
409const char *
410GNUNET_TESTBED_parse_error_string_ (const struct
411 GNUNET_TESTBED_OperationFailureEventMessage
412 *msg);
413
401#endif 414#endif
402/* end of testbed_api.h */ 415/* end of testbed_api.h */