Skip to content

Commit 74266e5

Browse files
maass-hamburgaescolar
authored andcommitted
doc: migration-guide: mention change of socket service callback
mention change of callback function for the socket service. Signed-off-by: Fin Maaß <[email protected]>
1 parent 03a5f41 commit 74266e5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/releases/migration-guide-4.0.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,10 @@ Networking
502502
* The ``work_q`` parameter to ``NET_SOCKET_SERVICE_SYNC_DEFINE`` and
503503
``NET_SOCKET_SERVICE_SYNC_DEFINE_STATIC`` has been removed as it was always ignored. (:github:`79446`)
504504

505+
* The callback function for the socket service has changed. The
506+
``struct k_work *work`` parameter has been replaced with a pointer to the
507+
``struct net_socket_service_event *pev`` parameter. (:github:`80041`)
508+
505509
* Deprecated the :kconfig:option:`CONFIG_NET_SOCKETS_POLL_MAX` option in favour of
506510
:kconfig:option:`CONFIG_ZVFS_POLL_MAX`.
507511

0 commit comments

Comments
 (0)