aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_clients.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-12-20 15:37:11 +0000
committerChristian Grothoff <christian@grothoff.org>2014-12-20 15:37:11 +0000
commit49b1ddee6e5e6f4043d7a084705e0a115ee64404 (patch)
treebf5396e5227b60fb0f29ef876202310af83a938d /src/transport/gnunet-service-transport_clients.h
parent32b8d7b6b2a32bca39e3ee7311df9f98615ac387 (diff)
downloadgnunet-49b1ddee6e5e6f4043d7a084705e0a115ee64404.tar.gz
gnunet-49b1ddee6e5e6f4043d7a084705e0a115ee64404.zip
-doxygen and minor style fixes
Diffstat (limited to 'src/transport/gnunet-service-transport_clients.h')
-rw-r--r--src/transport/gnunet-service-transport_clients.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/transport/gnunet-service-transport_clients.h b/src/transport/gnunet-service-transport_clients.h
index f6d95eacc..3f7d088cd 100644
--- a/src/transport/gnunet-service-transport_clients.h
+++ b/src/transport/gnunet-service-transport_clients.h
@@ -32,7 +32,6 @@
32#include "gnunet_hello_lib.h" 32#include "gnunet_hello_lib.h"
33 33
34 34
35
36/** 35/**
37 * Start handling requests from clients. 36 * Start handling requests from clients.
38 * 37 *
@@ -56,7 +55,8 @@ GST_clients_stop (void);
56 * @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
57 */ 56 */
58void 57void
59GST_clients_broadcast (const struct GNUNET_MessageHeader *msg, int may_drop); 58GST_clients_broadcast (const struct GNUNET_MessageHeader *msg,
59 int may_drop);
60 60
61 61
62/** 62/**
@@ -68,7 +68,8 @@ GST_clients_broadcast (const struct GNUNET_MessageHeader *msg, int may_drop);
68 */ 68 */
69void 69void
70GST_clients_unicast (struct GNUNET_SERVER_Client *client, 70GST_clients_unicast (struct GNUNET_SERVER_Client *client,
71 const struct GNUNET_MessageHeader *msg, int may_drop); 71 const struct GNUNET_MessageHeader *msg,
72 int may_drop);
72 73
73 74
74/** 75/**
@@ -81,9 +82,9 @@ GST_clients_unicast (struct GNUNET_SERVER_Client *client,
81 */ 82 */
82void 83void
83GST_clients_broadcast_peer_notification (const struct GNUNET_PeerIdentity *peer, 84GST_clients_broadcast_peer_notification (const struct GNUNET_PeerIdentity *peer,
84 const struct GNUNET_HELLO_Address *address, 85 const struct GNUNET_HELLO_Address *address,
85 enum GNUNET_TRANSPORT_PeerState state, 86 enum GNUNET_TRANSPORT_PeerState state,
86 struct GNUNET_TIME_Absolute state_timeout); 87 struct GNUNET_TIME_Absolute state_timeout);
87 88
88 89
89/** 90/**
@@ -97,13 +98,12 @@ GST_clients_broadcast_peer_notification (const struct GNUNET_PeerIdentity *peer,
97 * @param state state of validation notification 98 * @param state state of validation notification
98 */ 99 */
99void 100void
100GST_clients_broadcast_validation_notification ( 101GST_clients_broadcast_validation_notification (const struct GNUNET_PeerIdentity *peer,
101 const struct GNUNET_PeerIdentity *peer, 102 const struct GNUNET_HELLO_Address *address,
102 const struct GNUNET_HELLO_Address *address, 103 struct GNUNET_TIME_Absolute last_validation,
103 struct GNUNET_TIME_Absolute last_validation, 104 struct GNUNET_TIME_Absolute valid_until,
104 struct GNUNET_TIME_Absolute valid_until, 105 struct GNUNET_TIME_Absolute next_validation,
105 struct GNUNET_TIME_Absolute next_validation, 106 enum GNUNET_TRANSPORT_ValidationState state);
106 enum GNUNET_TRANSPORT_ValidationState state);
107 107
108 108
109#endif 109#endif