const struct QuotaSetMessage *qsm;
qsm = (const struct QuotaSetMessage *) message;
- GNUNET_STATISTICS_update (stats,
+ GNUNET_STATISTICS_update (GST_stats,
gettext_noop ("# SET QUOTA messages received"),
1,
GNUNET_NO);
* @param quota new quota
*/
void
-GST_neighbours_set_quota (const struct GNUNET_PeerIdentity *neighbour,
- struct GNUNET_BANDWIDTH_Value32NBO quota)
+GST_neighbours_set_incoming_quota (const struct GNUNET_PeerIdentity *neighbour,
+ struct GNUNET_BANDWIDTH_Value32NBO quota)
{
#if 0