aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testbed_service.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-09-10 20:33:02 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-09-10 20:33:02 +0000
commitd0e3840931750ca4bf4848d950ab9a0c0b5022bc (patch)
tree68c15adfa369df0b33dbf32395838b920c9d9330 /src/include/gnunet_testbed_service.h
parent9bd27b49f6c13af2d539e3114be122805fea8312 (diff)
downloadgnunet-d0e3840931750ca4bf4848d950ab9a0c0b5022bc.tar.gz
gnunet-d0e3840931750ca4bf4848d950ab9a0c0b5022bc.zip
cleanup when operations fail
Diffstat (limited to 'src/include/gnunet_testbed_service.h')
-rw-r--r--src/include/gnunet_testbed_service.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/include/gnunet_testbed_service.h b/src/include/gnunet_testbed_service.h
index bd9e51bfa..a784ed641 100644
--- a/src/include/gnunet_testbed_service.h
+++ b/src/include/gnunet_testbed_service.h
@@ -736,9 +736,10 @@ typedef void (*GNUNET_TESTBED_PeerInfoCallback) (void *cb_cls,
736 736
737 737
738/** 738/**
739 * Request information about a peer. The controller callback will be called with 739 * Request information about a peer. The controller callback will not be called
740 * event type GNUNET_TESTBED_ET_OPERATION_FINISHED when result for this 740 * with event type GNUNET_TESTBED_ET_OPERATION_FINISHED when result for this
741 * operation is available 741 * operation is available. Instead, the GNUNET_TESTBED_PeerInfoCallback() will
742 * be called.
742 * 743 *
743 * @param peer peer to request information about 744 * @param peer peer to request information about
744 * @param pit desired information 745 * @param pit desired information