aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_clients.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-18 22:57:56 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-18 22:57:56 +0000
commit64326ced152aaa860072b77b6bcf7d04083d1e80 (patch)
tree85bee80bb41f5be7ebb0a628e33842ee7abab1ca /src/transport/gnunet-service-transport_clients.h
parent647ec74b097c5581664362b4d5a2f7759553370a (diff)
downloadgnunet-64326ced152aaa860072b77b6bcf7d04083d1e80.tar.gz
gnunet-64326ced152aaa860072b77b6bcf7d04083d1e80.zip
-more logging
Diffstat (limited to 'src/transport/gnunet-service-transport_clients.h')
-rw-r--r--src/transport/gnunet-service-transport_clients.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/transport/gnunet-service-transport_clients.h b/src/transport/gnunet-service-transport_clients.h
index 25d075864..6a140c788 100644
--- a/src/transport/gnunet-service-transport_clients.h
+++ b/src/transport/gnunet-service-transport_clients.h
@@ -52,7 +52,7 @@ GST_clients_stop (void);
52 * Broadcast the given message to all of our clients. 52 * Broadcast the given message to all of our clients.
53 * 53 *
54 * @param msg message to broadcast 54 * @param msg message to broadcast
55 * @param may_drop GNUNET_YES if the message can be dropped / is payload 55 * @param may_drop #GNUNET_YES if the message can be dropped / is payload
56 */ 56 */
57void 57void
58GST_clients_broadcast (const struct GNUNET_MessageHeader *msg, int may_drop); 58GST_clients_broadcast (const struct GNUNET_MessageHeader *msg, int may_drop);
@@ -63,7 +63,7 @@ GST_clients_broadcast (const struct GNUNET_MessageHeader *msg, int may_drop);
63 * 63 *
64 * @param client target of the message 64 * @param client target of the message
65 * @param msg message to transmit 65 * @param msg message to transmit
66 * @param may_drop GNUNET_YES if the message can be dropped 66 * @param may_drop #GNUNET_YES if the message can be dropped
67 */ 67 */
68void 68void
69GST_clients_unicast (struct GNUNET_SERVER_Client *client, 69GST_clients_unicast (struct GNUNET_SERVER_Client *client,
@@ -77,10 +77,8 @@ GST_clients_unicast (struct GNUNET_SERVER_Client *client,
77 * @param address address, NULL on disconnect 77 * @param address address, NULL on disconnect
78 */ 78 */
79void 79void
80GST_clients_broadcast_address_notification (const struct GNUNET_PeerIdentity 80GST_clients_broadcast_address_notification (const struct GNUNET_PeerIdentity *peer,
81 *peer, 81 const struct GNUNET_HELLO_Address *address);
82 const struct GNUNET_HELLO_Address
83 *address);
84 82
85 83
86#endif 84#endif