net: sockets: Extend ioctl poll protocol with offloading feature
Allow to use offloaded `poll` implementation via the existing ioctl poll control mechanism. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
This commit is contained in:
parent
bdc535dba3
commit
561973060e
2 changed files with 13 additions and 2 deletions
|
@ -140,6 +140,7 @@ enum {
|
|||
ZFD_IOCTL_LSEEK,
|
||||
ZFD_IOCTL_POLL_PREPARE,
|
||||
ZFD_IOCTL_POLL_UPDATE,
|
||||
ZFD_IOCTL_POLL_OFFLOAD,
|
||||
ZFD_IOCTL_GETSOCKNAME,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue