1 parent 169eccb commit c18d799Copy full SHA for c18d799
3 files changed
include/coap3/coap_block_internal.h
@@ -177,6 +177,7 @@ struct coap_lg_xmit_t {
177
coap_tick_t last_obs; /**< Last time used (Observe tracking) or 0 */
178
#if COAP_Q_BLOCK_SUPPORT
179
coap_tick_t non_timeout_random_ticks; /** Used for Q-Block */
180
+ coap_rblock_t send_blocks; /**< list of blocks still to send */
181
#endif /* COAP_Q_BLOCK_SUPPORT */
182
uint32_t ref; /**< Reference count */
183
};
0 commit comments