Add some more control to the ring buffer.
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user