aboutsummaryrefslogtreecommitdiff
path: root/src/core/gnunet-service-core_clients.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/gnunet-service-core_clients.h')
-rw-r--r--src/core/gnunet-service-core_clients.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/core/gnunet-service-core_clients.h b/src/core/gnunet-service-core_clients.h
index fd06c1fc7..8fd83128a 100644
--- a/src/core/gnunet-service-core_clients.h
+++ b/src/core/gnunet-service-core_clients.h
@@ -52,8 +52,6 @@ GSC_CLIENTS_send_to_client (struct GNUNET_SERVER_Client *client,
52 * 52 *
53 * @param client client to notify 53 * @param client client to notify
54 * @param neighbour identity of the neighbour that changed status 54 * @param neighbour identity of the neighbour that changed status
55 * @param atsi performance information about neighbour
56 * @param atsi_count number of entries in 'ats' array
57 * @param tmap_old previous type map for the neighbour, NULL for disconnect 55 * @param tmap_old previous type map for the neighbour, NULL for disconnect
58 * @param tmap_new updated type map for the neighbour, NULL for disconnect 56 * @param tmap_new updated type map for the neighbour, NULL for disconnect
59 */ 57 */
@@ -61,8 +59,6 @@ void
61GSC_CLIENTS_notify_client_about_neighbour (struct GSC_Client *client, 59GSC_CLIENTS_notify_client_about_neighbour (struct GSC_Client *client,
62 const struct GNUNET_PeerIdentity 60 const struct GNUNET_PeerIdentity
63 *neighbour, 61 *neighbour,
64 const struct GNUNET_ATS_Information
65 *atsi, unsigned int atsi_count,
66 const struct GSC_TypeMap *tmap_old, 62 const struct GSC_TypeMap *tmap_old,
67 const struct GSC_TypeMap *tmap_new); 63 const struct GSC_TypeMap *tmap_new);
68 64
@@ -73,16 +69,12 @@ GSC_CLIENTS_notify_client_about_neighbour (struct GSC_Client *client,
73 * or types processed by the respective peer. 69 * or types processed by the respective peer.
74 * 70 *
75 * @param neighbour identity of the neighbour that changed status 71 * @param neighbour identity of the neighbour that changed status
76 * @param atsi performance information about neighbour
77 * @param atsi_count number of entries in 'ats' array
78 * @param tmap_old previous type map for the neighbour, NULL for disconnect 72 * @param tmap_old previous type map for the neighbour, NULL for disconnect
79 * @param tmap_new updated type map for the neighbour, NULL for disconnect 73 * @param tmap_new updated type map for the neighbour, NULL for disconnect
80 */ 74 */
81void 75void
82GSC_CLIENTS_notify_clients_about_neighbour (const struct GNUNET_PeerIdentity 76GSC_CLIENTS_notify_clients_about_neighbour (const struct GNUNET_PeerIdentity
83 *neighbour, 77 *neighbour,
84 const struct GNUNET_ATS_Information
85 *atsi, unsigned int atsi_count,
86 const struct GSC_TypeMap *tmap_old, 78 const struct GSC_TypeMap *tmap_old,
87 const struct GSC_TypeMap *tmap_new); 79 const struct GSC_TypeMap *tmap_new);
88 80