Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adapter final polish #308

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion include/aws/mqtt/private/v5/mqtt3_to_mqtt5_adapter_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,8 @@ AWS_MQTT_API struct aws_mqtt3_to_mqtt5_adapter_operation_publish *aws_mqtt3_to_m

AWS_MQTT_API struct aws_mqtt3_to_mqtt5_adapter_operation_subscribe *aws_mqtt3_to_mqtt5_adapter_operation_new_subscribe(
struct aws_allocator *allocator,
const struct aws_mqtt3_to_mqtt5_adapter_subscribe_options *options);
const struct aws_mqtt3_to_mqtt5_adapter_subscribe_options *options,
struct aws_mqtt_client_connection_5_impl *adapter);

AWS_MQTT_API struct aws_mqtt3_to_mqtt5_adapter_operation_unsubscribe *
aws_mqtt3_to_mqtt5_adapter_operation_new_unsubscribe(
Expand Down
Loading