We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03a5f41 commit 74266e5Copy full SHA for 74266e5
doc/releases/migration-guide-4.0.rst
@@ -502,6 +502,10 @@ Networking
502
* The ``work_q`` parameter to ``NET_SOCKET_SERVICE_SYNC_DEFINE`` and
503
``NET_SOCKET_SERVICE_SYNC_DEFINE_STATIC`` has been removed as it was always ignored. (:github:`79446`)
504
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
+
509
* Deprecated the :kconfig:option:`CONFIG_NET_SOCKETS_POLL_MAX` option in favour of
510
:kconfig:option:`CONFIG_ZVFS_POLL_MAX`.
511
0 commit comments