why every other device has no name?

This commit is contained in:
Denis 2023-12-08 15:34:00 +01:00
parent 8e2009b009
commit 7c0a71aaaf
No known key found for this signature in database
GPG key ID: DD9B63F805CF5C03
3 changed files with 6 additions and 8 deletions

2
main.c
View file

@ -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