Commit 0ebe58c6 authored by Guillaume Quintard's avatar Guillaume Quintard Committed by Guillaume Quintard

vslc_file can fit on 64 bytes

parent fb8d6b5e
......@@ -288,13 +288,14 @@ struct vslc_file {
unsigned magic;
#define VSLC_FILE_MAGIC 0x1D65FFEF
struct VSL_cursor cursor;
int error;
int fd;
int close_fd;
ssize_t buflen;
uint32_t *buf;
struct VSL_cursor cursor;
};
static void
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment