aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-12-14 20:52:16 +0000
committerChristian Grothoff <christian@grothoff.org>2014-12-14 20:52:16 +0000
commita8e5b09df9ce6f090ab4ecfde02fc7ab3b667c13 (patch)
treedd96afbbe0cfb435c94a377d6762100d4a205d05 /src/include/gnunet_transport_service.h
parentea17e83e666b0104b43d04423cef193f92199c26 (diff)
downloadgnunet-a8e5b09df9ce6f090ab4ecfde02fc7ab3b667c13.tar.gz
gnunet-a8e5b09df9ce6f090ab4ecfde02fc7ab3b667c13.zip
-fixing peerinfo part of #3559
Diffstat (limited to 'src/include/gnunet_transport_service.h')
-rw-r--r--src/include/gnunet_transport_service.h15
1 files changed, 7 insertions, 8 deletions
diff --git a/src/include/gnunet_transport_service.h b/src/include/gnunet_transport_service.h
index b3ab4d01e..cfa5fdbe0 100644
--- a/src/include/gnunet_transport_service.h
+++ b/src/include/gnunet_transport_service.h
@@ -176,7 +176,7 @@ struct GNUNET_TRANSPORT_TryConnectHandle;
176 */ 176 */
177typedef void 177typedef void
178(*GNUNET_TRANSPORT_TryConnectCallback) (void *cls, 178(*GNUNET_TRANSPORT_TryConnectCallback) (void *cls,
179 const int result); 179 int result);
180 180
181 181
182/** 182/**
@@ -296,7 +296,6 @@ void
296GNUNET_TRANSPORT_notify_transmit_ready_cancel (struct GNUNET_TRANSPORT_TransmitHandle *th); 296GNUNET_TRANSPORT_notify_transmit_ready_cancel (struct GNUNET_TRANSPORT_TransmitHandle *th);
297 297
298 298
299
300/** 299/**
301 * Checks if a given peer is connected to us 300 * Checks if a given peer is connected to us
302 * 301 *
@@ -397,6 +396,7 @@ GNUNET_TRANSPORT_get_hello_cancel (struct GNUNET_TRANSPORT_GetHelloHandle *ghh);
397 */ 396 */
398struct GNUNET_TRANSPORT_OfferHelloHandle; 397struct GNUNET_TRANSPORT_OfferHelloHandle;
399 398
399
400/** 400/**
401 * Offer the transport service the HELLO of another peer. Note that 401 * Offer the transport service the HELLO of another peer. Note that
402 * the transport service may just ignore this message if the HELLO is 402 * the transport service may just ignore this message if the HELLO is
@@ -648,7 +648,7 @@ struct GNUNET_TRANSPORT_PeerMonitoringContext;
648 * a final call with NULL for peer and address will follow when done. 648 * a final call with NULL for peer and address will follow when done.
649 * In this case state and timeout do not contain valid values. 649 * In this case state and timeout do not contain valid values.
650 * 650 *
651 * The #GNUNET_TRANSPORT_monitor_peers_cancel call MUST not be called from 651 * The #GNUNET_TRANSPORT_monitor_peers_cancel() call MUST not be called from
652 * within this function! 652 * within this function!
653 * 653 *
654 * 654 *
@@ -678,8 +678,8 @@ typedef void
678 * to communicate with this peer, the state this peer is currently in and the 678 * to communicate with this peer, the state this peer is currently in and the
679 * the current timeout for this state. 679 * the current timeout for this state.
680 * 680 *
681 * Upon completion, the 'GNUNET_TRANSPORT_PeerIterateCallback' is called one 681 * Upon completion, the #GNUNET_TRANSPORT_PeerIterateCallback is called one
682 * more time with 'NULL'. After this, the operation must no longer be 682 * more time with `NULL`. After this, the operation must no longer be
683 * explicitly canceled. 683 * explicitly canceled.
684 * 684 *
685 * The #GNUNET_TRANSPORT_monitor_peers_cancel call MUST not be called in the 685 * The #GNUNET_TRANSPORT_monitor_peers_cancel call MUST not be called in the
@@ -771,8 +771,8 @@ enum GNUNET_TRANSPORT_ValidationState
771 * indicate a change to a validation entry. The information included represent 771 * indicate a change to a validation entry. The information included represent
772 * the current state of the validation entry, 772 * the current state of the validation entry,
773 * 773 *
774 * If the monitoring was called with one_shot=GNUNET_YES, a final callback 774 * If the monitoring was called with `one_shot==GNUNET_YES`, a final callback
775 * with peer==NULL and address==NULL is executed. 775 * with `peer==NULL` and `address==NULL` is executed.
776 * 776 *
777 * @param cls closure 777 * @param cls closure
778 * @param peer peer this update is about, 778 * @param peer peer this update is about,
@@ -1007,7 +1007,6 @@ typedef void
1007 const struct GNUNET_TRANSPORT_SessionInfo *info); 1007 const struct GNUNET_TRANSPORT_SessionInfo *info);
1008 1008
1009 1009
1010
1011/** 1010/**
1012 * Install a plugin session state monitor callback. The callback 1011 * Install a plugin session state monitor callback. The callback
1013 * will be notified whenever the session changes. 1012 * will be notified whenever the session changes.