aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-03-25 09:41:29 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-03-25 09:41:29 +0000
commitf1dc3e85bc6ff5633b88da121cde855c5874f986 (patch)
tree9a417ddfea3688eb8cf3d32c96465c83ebd05696 /src/include
parentb95a377885d3aaaedca0004e38a0ec8db0e7ae01 (diff)
downloadgnunet-f1dc3e85bc6ff5633b88da121cde855c5874f986.tar.gz
gnunet-f1dc3e85bc6ff5633b88da121cde855c5874f986.zip
doxygen
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_ats_service.h5
-rw-r--r--src/include/gnunet_transport_plugin.h12
2 files changed, 7 insertions, 10 deletions
diff --git a/src/include/gnunet_ats_service.h b/src/include/gnunet_ats_service.h
index 7ac9f7f4a..1e5643794 100644
--- a/src/include/gnunet_ats_service.h
+++ b/src/include/gnunet_ats_service.h
@@ -773,10 +773,7 @@ GNUNET_ATS_performance_monitor_start (struct GNUNET_ATS_PerformanceHandle * ph,
773/** 773/**
774 * Stop monitoring performance information 774 * Stop monitoring performance information
775 * 775 *
776 * @param ph performance handle to use 776 * @param phm performance monitoring handle to use
777 * @param monitor_cb function to call on performance changes
778 * @param monitor_cb_cls closure for infocb
779 * @return a performance monitor handle
780 */ 777 */
781void 778void
782GNUNET_ATS_performance_monitor_stop (struct GNUNET_ATS_PerformanceMonitorHandle * phm); 779GNUNET_ATS_performance_monitor_stop (struct GNUNET_ATS_PerformanceMonitorHandle * phm);
diff --git a/src/include/gnunet_transport_plugin.h b/src/include/gnunet_transport_plugin.h
index bc635b1cc..3e0a590ba 100644
--- a/src/include/gnunet_transport_plugin.h
+++ b/src/include/gnunet_transport_plugin.h
@@ -135,12 +135,12 @@ typedef struct GNUNET_ATS_Information
135 */ 135 */
136typedef void 136typedef void
137(*GNUNET_TRANSPORT_UpdateAddressMetrics) (void *cls, 137(*GNUNET_TRANSPORT_UpdateAddressMetrics) (void *cls,
138 const struct GNUNET_PeerIdentity *peer, 138 struct GNUNET_PeerIdentity *peer,
139 const char *address, 139 const void *address,
140 uint16_t address_len, 140 uint16_t address_len,
141 struct Session *session, 141 struct Session *session,
142 struct GNUNET_ATS_Information *ats, 142 struct GNUNET_ATS_Information *ats,
143 uint32_t ats_count); 143 uint32_t ats_count);
144 144
145/** 145/**
146 * Function that will be called for each address the transport 146 * Function that will be called for each address the transport