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:
Robert Lubos 2020-04-07 14:52:58 +02:00 committed by Jukka Rissanen
commit 073ec8d4aa
6 changed files with 10 additions and 10 deletions

View file

@ -419,7 +419,7 @@ struct mqtt_transport {
/** Socket descriptor */
int sock;
/** Websocket timeout */
/** Websocket timeout, in milliseconds. */
s32_t timeout;
} websocket;
#endif