diff options
author | Stefano Stabellini <sstabellini@kernel.org> | 2017-10-31 01:40:57 +0300 |
---|---|---|
committer | Boris Ostrovsky <boris.ostrovsky@oracle.com> | 2017-10-31 16:05:53 +0300 |
commit | 1853f11d72ed46310ff3c5a60264b2f8a53f8c25 (patch) | |
tree | ac37f6945916ffe0b4d0bb5f967b29d9e5b9b5d8 /drivers/xen/pvcalls-front.h | |
parent | 67ea9893cbc2f892f491ec620d6bbab262b80770 (diff) | |
download | linux-1853f11d72ed46310ff3c5a60264b2f8a53f8c25.tar.xz |
xen/pvcalls: implement listen command
Send PVCALLS_LISTEN to the backend.
Signed-off-by: Stefano Stabellini <stefano@aporeto.com>
Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
CC: boris.ostrovsky@oracle.com
CC: jgross@suse.com
Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Diffstat (limited to 'drivers/xen/pvcalls-front.h')
-rw-r--r-- | drivers/xen/pvcalls-front.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/xen/pvcalls-front.h b/drivers/xen/pvcalls-front.h index 8b0a2749d4b8..aa8fe1007da5 100644 --- a/drivers/xen/pvcalls-front.h +++ b/drivers/xen/pvcalls-front.h @@ -9,5 +9,6 @@ int pvcalls_front_connect(struct socket *sock, struct sockaddr *addr, int pvcalls_front_bind(struct socket *sock, struct sockaddr *addr, int addr_len); +int pvcalls_front_listen(struct socket *sock, int backlog); #endif |