Add some more control to the ring buffer.

This commit is contained in:
Vreixo Formoso
2008-01-14 21:13:53 +01:00
parent 8bc1cf90a9
commit 9ebc4a1eef
9 changed files with 146 additions and 40 deletions

View File

@ -55,7 +55,8 @@ int main(int argc, char **argv)
NULL, /* output charset */
0, /* appendable */
0, /* ms_block */
NULL /* overwrite */
NULL, /* overwrite */
1024 /* fifo_size */
};
struct iso_read_opts ropts = {
0, /* block */