Skip to content
Commit 151295f9 authored by Robert Lubos's avatar Robert Lubos Committed by Daniel DeGrasse
Browse files

net: sockets: Move socket vtable definition



Offloaded socket implementations need to create the socket operations
vtable, therefore need access to struct socket_op_vtable. So far this
has been defined in a private header, so implementations needed to add
the header location to the include path in CMake.

Therefore, move struct socket_op_vtable definition to the internal part
of the public socket header, so it's no longer needed to include a
private header. This is also more consistent with the rest of the public
header content, as for example macros needed to register a socket
implementation are already there.

Signed-off-by: default avatarRobert Lubos <robert.lubos@nordicsemi.no>
parent fd1f4392
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment