aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats_performance.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-04 14:00:32 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-04 14:00:32 +0000
commit83b19539f4d322b43683f5838b72e9ec2c8e6073 (patch)
treed0ab9329fcbefe360d9d14e2ace21a6b3396dfe9 /src/ats/gnunet-service-ats_performance.h
parent28a2eb43281a1f08a67954f07beb9af3a9bc9a35 (diff)
downloadgnunet-83b19539f4d322b43683f5838b72e9ec2c8e6073.tar.gz
gnunet-83b19539f4d322b43683f5838b72e9ec2c8e6073.zip
curly wars / auto-indentation
Diffstat (limited to 'src/ats/gnunet-service-ats_performance.h')
-rw-r--r--src/ats/gnunet-service-ats_performance.h20
1 files changed, 11 insertions, 9 deletions
diff --git a/src/ats/gnunet-service-ats_performance.h b/src/ats/gnunet-service-ats_performance.h
index 5988bff44..44d02452b 100644
--- a/src/ats/gnunet-service-ats_performance.h
+++ b/src/ats/gnunet-service-ats_performance.h
@@ -39,7 +39,7 @@
39 */ 39 */
40void 40void
41GAS_performance_add_client (struct GNUNET_SERVER_Client *client, 41GAS_performance_add_client (struct GNUNET_SERVER_Client *client,
42 enum StartFlag flag); 42 enum StartFlag flag);
43 43
44 44
45/** 45/**
@@ -67,12 +67,14 @@ GAS_performance_remove_client (struct GNUNET_SERVER_Client *client);
67 */ 67 */
68void 68void
69GAS_performance_notify_clients (const struct GNUNET_PeerIdentity *peer, 69GAS_performance_notify_clients (const struct GNUNET_PeerIdentity *peer,
70 const char *plugin_name, 70 const char *plugin_name,
71 const void *plugin_addr, size_t plugin_addr_len, 71 const void *plugin_addr, size_t plugin_addr_len,
72 const struct GNUNET_ATS_Information *atsi, 72 const struct GNUNET_ATS_Information *atsi,
73 uint32_t atsi_count, 73 uint32_t atsi_count,
74 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_out, 74 struct GNUNET_BANDWIDTH_Value32NBO
75 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_in); 75 bandwidth_out,
76 struct GNUNET_BANDWIDTH_Value32NBO
77 bandwidth_in);
76 78
77 79
78/** 80/**
@@ -84,7 +86,7 @@ GAS_performance_notify_clients (const struct GNUNET_PeerIdentity *peer,
84 */ 86 */
85void 87void
86GAS_handle_reservation_request (void *cls, struct GNUNET_SERVER_Client *client, 88GAS_handle_reservation_request (void *cls, struct GNUNET_SERVER_Client *client,
87 const struct GNUNET_MessageHeader *message); 89 const struct GNUNET_MessageHeader *message);
88 90
89 91
90/** 92/**
@@ -96,7 +98,7 @@ GAS_handle_reservation_request (void *cls, struct GNUNET_SERVER_Client *client,
96 */ 98 */
97void 99void
98GAS_handle_preference_change (void *cls, struct GNUNET_SERVER_Client *client, 100GAS_handle_preference_change (void *cls, struct GNUNET_SERVER_Client *client,
99 const struct GNUNET_MessageHeader *message); 101 const struct GNUNET_MessageHeader *message);
100 102
101 103
102/** 104/**