aboutsummaryrefslogtreecommitdiff
path: root/src/chat/gnunet-service-chat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/chat/gnunet-service-chat.c')
-rw-r--r--src/chat/gnunet-service-chat.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/chat/gnunet-service-chat.c b/src/chat/gnunet-service-chat.c
index c7420d8bb..a70017759 100644
--- a/src/chat/gnunet-service-chat.c
+++ b/src/chat/gnunet-service-chat.c
@@ -988,7 +988,7 @@ static int
988handle_p2p_join_notification (void *cls, 988handle_p2p_join_notification (void *cls,
989 const struct GNUNET_PeerIdentity *other, 989 const struct GNUNET_PeerIdentity *other,
990 const struct GNUNET_MessageHeader *message, 990 const struct GNUNET_MessageHeader *message,
991 const struct GNUNET_TRANSPORT_ATS_Information 991 const struct GNUNET_ATS_Information
992 *atsi) 992 *atsi)
993{ 993{
994 const struct P2PJoinNotificationMessage *p2p_jnmsg; 994 const struct P2PJoinNotificationMessage *p2p_jnmsg;
@@ -1104,7 +1104,7 @@ static int
1104handle_p2p_leave_notification (void *cls, 1104handle_p2p_leave_notification (void *cls,
1105 const struct GNUNET_PeerIdentity *other, 1105 const struct GNUNET_PeerIdentity *other,
1106 const struct GNUNET_MessageHeader *message, 1106 const struct GNUNET_MessageHeader *message,
1107 const struct GNUNET_TRANSPORT_ATS_Information 1107 const struct GNUNET_ATS_Information
1108 *atsi) 1108 *atsi)
1109{ 1109{
1110 const struct P2PLeaveNotificationMessage *p2p_lnmsg; 1110 const struct P2PLeaveNotificationMessage *p2p_lnmsg;
@@ -1185,7 +1185,7 @@ static int
1185handle_p2p_message_notification (void *cls, 1185handle_p2p_message_notification (void *cls,
1186 const struct GNUNET_PeerIdentity *other, 1186 const struct GNUNET_PeerIdentity *other,
1187 const struct GNUNET_MessageHeader *message, 1187 const struct GNUNET_MessageHeader *message,
1188 const struct GNUNET_TRANSPORT_ATS_Information 1188 const struct GNUNET_ATS_Information
1189 *atsi) 1189 *atsi)
1190{ 1190{
1191 const struct P2PReceiveNotificationMessage *p2p_rnmsg; 1191 const struct P2PReceiveNotificationMessage *p2p_rnmsg;
@@ -1335,7 +1335,7 @@ handle_p2p_message_notification (void *cls,
1335static int 1335static int
1336handle_p2p_sync_request (void *cls, const struct GNUNET_PeerIdentity *other, 1336handle_p2p_sync_request (void *cls, const struct GNUNET_PeerIdentity *other,
1337 const struct GNUNET_MessageHeader *message, 1337 const struct GNUNET_MessageHeader *message,
1338 const struct GNUNET_TRANSPORT_ATS_Information *atsi) 1338 const struct GNUNET_ATS_Information *atsi)
1339{ 1339{
1340 struct ChatClient *entry; 1340 struct ChatClient *entry;
1341 struct GNUNET_CORE_TransmitHandle *th; 1341 struct GNUNET_CORE_TransmitHandle *th;
@@ -1377,7 +1377,7 @@ static int
1377handle_p2p_confirmation_receipt (void *cls, 1377handle_p2p_confirmation_receipt (void *cls,
1378 const struct GNUNET_PeerIdentity *other, 1378 const struct GNUNET_PeerIdentity *other,
1379 const struct GNUNET_MessageHeader *message, 1379 const struct GNUNET_MessageHeader *message,
1380 const struct GNUNET_TRANSPORT_ATS_Information 1380 const struct GNUNET_ATS_Information
1381 *atsi) 1381 *atsi)
1382{ 1382{
1383 const struct P2PConfirmationReceiptMessage *p2p_crmsg; 1383 const struct P2PConfirmationReceiptMessage *p2p_crmsg;
@@ -1518,7 +1518,7 @@ transmit_sync_request_to_peer (void *cls, size_t size, void *buf)
1518 */ 1518 */
1519static void 1519static void
1520peer_connect_handler (void *cls, const struct GNUNET_PeerIdentity *peer, 1520peer_connect_handler (void *cls, const struct GNUNET_PeerIdentity *peer,
1521 const struct GNUNET_TRANSPORT_ATS_Information *atsi) 1521 const struct GNUNET_ATS_Information *atsi)
1522{ 1522{
1523 struct ConnectedPeer *cp; 1523 struct ConnectedPeer *cp;
1524 struct GNUNET_CORE_TransmitHandle *th; 1524 struct GNUNET_CORE_TransmitHandle *th;