net: socket: add support for async operations
Add support for async operations. Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
8f2ddaac30
commit
0345f93138
3 changed files with 9 additions and 2 deletions
|
@ -51,6 +51,7 @@ struct msghdr {
|
|||
void *msg_control; /* ancillary data */
|
||||
__kernel_size_t msg_controllen; /* ancillary data buffer length */
|
||||
unsigned int msg_flags; /* flags on received message */
|
||||
struct kiocb *msg_iocb; /* ptr to iocb for async requests */
|
||||
};
|
||||
|
||||
struct user_msghdr {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue