zephyr/samples/net/sockets
Yong Cong Sin 731241f8d0 kernel: workq: Fix type errors in delayable work handlers
A common pattern here was to take the work item as the subfield of a
containing object. But the contained field is not a k_work, it's a
k_work_delayable.

Things were working only because the work field was first, so the
pointers had the same value. Do things right and fix things to
produce correct code if/when that field ever moves within delayable.

Signed-off-by: Yong Cong Sin <yongcong.sin@gmail.com>
2022-02-02 18:43:12 -05:00
..
big_http_download samples: big_http_download: make num_iterations unsigned 2022-01-05 15:00:32 -05:00
can samples: net: sockets: can: Disable Ethernet 2022-01-18 10:39:55 -05:00
coap_client samples: net: sockets: coap_client: Make use of CoAP APIs for observe 2021-12-06 08:09:13 -05:00
coap_server samples: net: sockets: coap_server: Support both Observe cancel methods 2021-12-06 08:09:13 -05:00
dumb_http_server
dumb_http_server_mt
echo
echo_async
echo_async_select
echo_client kernel: workq: Fix type errors in delayable work handlers 2022-02-02 18:43:12 -05:00
echo_server kernel: workq: Fix type errors in delayable work handlers 2022-02-02 18:43:12 -05:00
http_client
http_get samples: net: http_get: Update root CA certificate 2021-10-28 10:38:38 -04:00
net_mgmt
packet
sntp_client
socketpair
tcp net/tcp: Rename TCP2 to TCP 2021-11-11 07:26:41 -05:00
txtime include: remove deprecated headers 2022-01-18 19:17:50 -05:00
websocket_client