*/
static int
check_monitor_notify (void *cls,
- const struct GNUNET_ARM_StatusMessage *res)
+ const struct GNUNET_ARM_StatusMessage *msg)
{
- size_t sl = ntohs (res->header.size) - sizeof (struct GNUNET_ARM_StatusMessage);
- const char *name = (const char *) &res[1];
+ size_t sl = ntohs (msg->header.size) - sizeof (struct GNUNET_ARM_StatusMessage);
+ const char *name = (const char *) &msg[1];
if ( (0 == sl) ||
('\0' != name[sl-1]) )
* Handler for notification messages received from ARM.
*
* @param cls our `struct GNUNET_ARM_MonitorHandle`
- * @param msg the message received from the arm service
+ * @param res the message received from the arm service
*/
static void
handle_monitor_notify (void *cls,
* We received a PeerInformationMessage. Validate it.
*
* @param cls our context with the callback
- * @param msg the message
+ * @param pi the message
* @return #GNUNET_OK if the message was well-formed
*/
static int
* Process it.
*
* @param cls our context with the callback
- * @param msg the message
+ * @param pi the message
*/
static void
handle_address_list (void *cls,
* Transmit the given performance information to all performance
* clients.
*
- * @param pc client to send to, NULL for all
+ * @param client client to send to, NULL for all
* @param peer peer for which this is an address suggestion
* @param plugin_name 0-termintated string specifying the transport plugin
* @param plugin_addr binary address for the plugin to use
*
* @param id peer id of the peer for which we should do the update
* @param kind the kind of preference value to update
- * @param rp the relative peer struct where we store the global result
* @return the new relative preference
*/
static void
* changed, update the global preferences for the given
* peer and notify the plugin.
*
- * @param value the kind of preference to calculate the
+ * @param cls the kind of preference to calculate the
* new global relative preference values for
* @param key the peer to update relative preference values for
* @param value a `struct PeerRelative`, unused
* Initialize scheduling subsystem.
*
* @param server handle to our server
- * @param ah the address handle to use
*/
void
GAS_scheduling_init (struct GNUNET_SERVER_Handle *server)
*/
/**
- * @file identity-token/identity_token.c
+ * @file identity-provider/identity_token.c
* @brief helper library to manage identity tokens
* @author Martin Schanzenbach
*/
*/
/**
* @author Martin Schanzenbach
- * @file include/gnunet_identity_provider_lib.h
+ * @file identity-provider/identity_token.h
* @brief GNUnet Identity Provider library
*
*/
GNUnet; see the file COPYING. If not, If not, see <http://www.gnu.org/licenses/>
*/
/**
- * @file json/mhd_json.c
+ * @file json/json_mhd.c
* @brief functions to parse JSON snippets we receive via MHD
* @author Florian Dold
* @author Benedikt Mueller
GNUnet; see the file COPYING. If not, If not, see <http://www.gnu.org/licenses/>
*/
/**
- * @file json/jsonapi.c
+ * @file jsonapi/jsonapi.c
* @brief functions to generate specifciations for JSONAPI parsing
* @author Martin Schanzenbach
*/
static struct GNUNET_SCHEDULER_Task *cron_clean;
/**
- * Handle for task to run #cron_scan_directory_hosts()
+ * Handle for task to run #cron_scan_directory_data_hosts()
*/
static struct GNUNET_SCHEDULER_Task *cron_scan;
*/
/**
- * @file psycstore/psyc_util_lib.c
+ * @file psycutil/psyc_message.c
* @brief PSYC utilities; receiving/transmitting/logging PSYC messages.
* @author Gabor X Toth
*/