net: mqtt: Refactor because of timeout overhaul
Align MQTT with timeout API changes. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
This commit is contained in:
parent
90f0217543
commit
073ec8d4aa
6 changed files with 10 additions and 10 deletions
|
@ -419,7 +419,7 @@ struct mqtt_transport {
|
|||
/** Socket descriptor */
|
||||
int sock;
|
||||
|
||||
/** Websocket timeout */
|
||||
/** Websocket timeout, in milliseconds. */
|
||||
s32_t timeout;
|
||||
} websocket;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue