* #GNUNET_SYSERR during GNUNET_HELPER_stop()
*/
static void
-cont_cb (void *cls, int result)
+cont_cb (void *cls,
+ int result)
{
shandle = NULL;
- LOG (GNUNET_ERROR_TYPE_DEBUG, "Message sent\n");
+ LOG (GNUNET_ERROR_TYPE_DEBUG,
+ "Message sent\n");
GNUNET_assert (GNUNET_OK == result);
}
* @param cls closure
* @param client identification of the client
* @param message the actual message
- *
* @return #GNUNET_OK on success, #GNUNET_SYSERR to stop further processing
*/
static int
-mst_cb (void *cls, void *client, const struct GNUNET_MessageHeader *message)
+mst_cb (void *cls,
+ const struct GNUNET_MessageHeader *message)
{
const struct GNUNET_TESTBED_HelperReply *msg;
char *config;
const char *trusted_ip = "127.0.0.1";
helper =
- GNUNET_HELPER_start (GNUNET_YES, "gnunet-helper-testbed", binary_argv,
- &mst_cb, &exp_cb, NULL);
+ GNUNET_HELPER_start (GNUNET_YES,
+ "gnunet-helper-testbed",
+ binary_argv,
+ &mst_cb,
+ &exp_cb,
+ NULL);
GNUNET_assert (NULL != helper);
cfg = GNUNET_CONFIGURATION_dup (cfg2);
msg = GNUNET_TESTBED_create_helper_init_msg_ (trusted_ip, NULL, cfg);