0,
};
-/**
- * TODO.
- *
- * @param fd TODO.
- * @param revents TODO.
- * @param cb_data TODO.
- *
- * @return TODO.
- */
static int receive_data(int fd, int revents, void *cb_data)
{
struct sr_dev_inst *sdi;
continue;
if (!(buf = g_try_malloc(CHUNKSIZE))) {
- sr_err("session driver: %s: buf malloc failed",
- __func__);
- return FALSE; /* TODO: SR_ERR_MALLOC */
+ sr_err("session driver: %s: buf malloc failed", __func__);
+ return FALSE;
}
ret = zip_fread(vdev->capfile, buf, CHUNKSIZE);
/* driver callbacks */
static int hw_cleanup(void);
-/**
- * TODO.
- *
- * @param devinfo TODO.
- *
- * @return TODO.
- */
static int hw_init(void)
{
return SR_OK;
}
-/**
- * TODO.
- */
static int hw_cleanup(void)
{
GSList *l;