Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Remove const qualifier from NetworkContext_t* in send/recv #2613

Merged
merged 1 commit into from
Oct 21, 2020

Conversation

yourslab
Copy link
Contributor

Description

This follows changes from FreeRTOS/coreMQTT#86 & FreeRTOS/FreeRTOS@398abba. The const qualifier is removed from send/recv because there are transport implementations that require a member of the network context to be modified such as in the case of mbedtls.

Checklist:

  • I have tested my changes. No regression in existing tests.
  • My code is Linted.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@yourslab yourslab merged commit 91b598f into aws:master Oct 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants