{
static char buf[60000];
+ rd_task = NULL;
data_size = read (0, buf, 60000);
GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
"stdio read %u bytes\n",
static void
send_echo (void *cls)
{
+ echo_task = NULL;
if (NULL == ch)
return;
GNUNET_assert (NULL == th);
*/
static int
data_callback (void *cls,
- struct GNUNET_CADET_Channel *channel,
- void **channel_ctx,
- const struct GNUNET_MessageHeader *message)
+ struct GNUNET_CADET_Channel *channel,
+ void **channel_ctx,
+ const struct GNUNET_MessageHeader *message)
{
uint16_t len;
ssize_t done;