Update common-c with client connectivity test and select() replacement

This commit is contained in:
Cameron Gutman 2020-07-26 21:05:11 -07:00
parent 914cf6753e
commit 897f916552
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit 5c9935e11b827d3b8f9a806d14e45d9733acbad0
Subproject commit 635174903936d9499934df66c3132f29c17e8d4c

View file

@ -47,6 +47,7 @@ SOURCES += \
$$COMMON_C_DIR/src/AudioStream.c \
$$COMMON_C_DIR/src/ByteBuffer.c \
$$COMMON_C_DIR/src/Connection.c \
$$COMMON_C_DIR/src/ConnectionTester.c \
$$COMMON_C_DIR/src/ControlStream.c \
$$COMMON_C_DIR/src/FakeCallbacks.c \
$$COMMON_C_DIR/src/InputStream.c \