-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c6b9845
commit 6d948c0
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule aws-c-common
updated
78 files
Submodule aws-c-io
updated
83 files
Submodule aws-c-mqtt
updated
9 files
+1 −0 | .gitignore | |
+4 −1 | CMakeLists.txt | |
+34 −22 | include/aws/mqtt/client.h | |
+8 −3 | include/aws/mqtt/private/client_impl.h | |
+44 −26 | source/client.c | |
+44 −14 | source/client_channel_handler.c | |
+1 −1 | source/packets.c | |
+19 −14 | tests/aws_iot_client_test.c | |
+14 −11 | tests/paho_client_test.c |