X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fq.h;h=b53044736d5bb5719dd9ea7771ff1252d8e03e9d;hb=77374b6b5505022a057dbab119854c6b4ad48916;hp=21ac51ed3e7e5ccdad86efb38bd4e727a75922e8;hpb=c6e010138791b69c87dc53931480895bda2d5ba2;p=swftools.git diff --git a/src/q.h b/src/q.h index 21ac51e..b530447 100644 --- a/src/q.h +++ b/src/q.h @@ -22,7 +22,7 @@ typedef struct _mem_t { typedef struct _ringbuffer_t { void*internal; - int size; + int available; } ringbuffer_t; /* non-nul terminated string */