aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testbed_service.h
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2013-08-11 21:46:31 +0000
committerFlorian Dold <florian.dold@gmail.com>2013-08-11 21:46:31 +0000
commit877ffff76b906b195be4bb1e1d3bfd841aab76ac (patch)
tree48511eb00040578b6695c0c0b9d5eb3aef742183 /src/include/gnunet_testbed_service.h
parent3d7fefedc9ba60bd8e8448efe8b628446d958536 (diff)
downloadgnunet-877ffff76b906b195be4bb1e1d3bfd841aab76ac.tar.gz
gnunet-877ffff76b906b195be4bb1e1d3bfd841aab76ac.zip
- doc for peerinfo
Diffstat (limited to 'src/include/gnunet_testbed_service.h')
-rw-r--r--src/include/gnunet_testbed_service.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/gnunet_testbed_service.h b/src/include/gnunet_testbed_service.h
index a68f99f31..19ce27b18 100644
--- a/src/include/gnunet_testbed_service.h
+++ b/src/include/gnunet_testbed_service.h
@@ -794,6 +794,7 @@ struct GNUNET_TESTBED_PeerInformation
794 794
795/** 795/**
796 * Callback to be called when the requested peer information is available 796 * Callback to be called when the requested peer information is available
797 * The peer information in the callback is valid until the operation 'op' is canceled.
797 * 798 *
798 * @param cb_cls the closure from GNUNET_TETSBED_peer_get_information() 799 * @param cb_cls the closure from GNUNET_TETSBED_peer_get_information()
799 * @param op the operation this callback corresponds to 800 * @param op the operation this callback corresponds to
@@ -815,6 +816,7 @@ typedef void (*GNUNET_TESTBED_PeerInfoCallback) (void *cb_cls,
815 * with event type GNUNET_TESTBED_ET_OPERATION_FINISHED when result for this 816 * with event type GNUNET_TESTBED_ET_OPERATION_FINISHED when result for this
816 * operation is available. Instead, the GNUNET_TESTBED_PeerInfoCallback() will 817 * operation is available. Instead, the GNUNET_TESTBED_PeerInfoCallback() will
817 * be called. 818 * be called.
819 * The peer information in the callback is valid until the operation is canceled.
818 * 820 *
819 * @param peer peer to request information about 821 * @param peer peer to request information about
820 * @param pit desired information 822 * @param pit desired information