why every other device has no name?
This commit is contained in:
parent
8e2009b009
commit
7c0a71aaaf
3 changed files with 6 additions and 8 deletions
2
main.c
2
main.c
|
|
@ -59,7 +59,7 @@ int main(int argc, char ** argv) {
|
|||
dev_in_thread_data.timeout_ms = 400;
|
||||
dev_in_thread_data.in_message_pipe_fd = in_message_pipes[1];
|
||||
dev_in_thread_data.out_message_pipe_fd = out_message_pipes[0];
|
||||
dev_in_thread_data.input_dev_decl = *in_devs;
|
||||
dev_in_thread_data.input_dev_decl = in_devs;
|
||||
dev_in_thread_data.input_dev_cnt = in_devs_sz;
|
||||
|
||||
// populate the output device thread data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue