-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Submodule update for internal import and numa fixes (#233)
- Loading branch information
1 parent
24c73fa
commit 4b16a02
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule aws-c-iot
updated
9 files
+2 −0 | CMakeLists.txt | |
+1 −1 | include/aws/iotdevice/exports.h | |
+43 −0 | include/aws/iotdevice/private/iotdevice_internals.h | |
+9 −0 | include/aws/iotdevice/private/network.h | |
+10 −2 | include/aws/iotdevice/secure_tunneling.h | |
+1 −0 | source/secure_tunneling.c | |
+2 −1 | tests/CMakeLists.txt | |
+2,986 −0 | tests/external/cJSON.c | |
+1 −13 | tests/secure_tunneling_tests.c |
Submodule aws-crt-cpp
updated
3 files
+1 −1 | CMakeLists.txt | |
+1 −1 | crt/aws-c-common | |
+1 −1 | crt/aws-c-mqtt |