Skip to content

Commit

Permalink
net/nanocoap: remove coap_pkt token ptr
Browse files Browse the repository at this point in the history
  • Loading branch information
kfessel authored and benpicco committed Oct 5, 2022
1 parent 14096a9 commit b575f0c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sys/include/net/nanocoap.h
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,6 @@ typedef struct {
*/
typedef struct {
coap_hdr_t *hdr; /**< pointer to raw packet */
uint8_t *token; /**< pointer to token
* @deprecated Use coap_get_token(),
* Will be removed after 2022.10. */
uint8_t *payload; /**< pointer to end of the header */
iolist_t *snips; /**< payload snips (optional)*/
uint16_t payload_len; /**< length of payload */
Expand Down

0 comments on commit b575f0c

Please sign in to comment.