mydata->samples_counter += nb_to_send;
g_io_channel_write_chars(channels[1], (gchar *)&buf,
- nb_to_send, &bytes_written, NULL);
+ nb_to_send, (gsize *)&bytes_written, NULL);
g_usleep(mydata->loop_sleep);
}
uint64_t z;
/* Avoid compiler warnings. */
+ fd = fd;
revents = revents;
g_io_channel_read_chars(channels[0], (gchar *)&c, BUFSIZE, &z, NULL);
char **data_out, uint64_t *length_out)
{
struct context *ctx;
- unsigned int max_linelen, outsize, p, curbit, i;
+ unsigned int max_linelen, outsize, i;
uint64_t sample;
static uint64_t samplecount = 0;
char *outbuf, *c;