Skip to content

Commit

Permalink
VSOCK: Remove hypervisor-only socket option
Browse files Browse the repository at this point in the history
Remove hypervisor-only socket option.

Reported-by: Gerd Hoffmann <kraxel@redhat.com>
Acked-by: Dmitry Torokhov <dtor@vmware.com>
Signed-off-by: Andy King <acking@vmware.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Andy King authored and David S. Miller committed Feb 18, 2013
1 parent 7ccd7de commit 5b8ca53
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions include/uapi/linux/vm_sockets.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,6 @@

#define SO_VM_SOCKETS_PEER_HOST_VM_ID 3

/* Option name for socket's service label. Use as the option name in
* setsockopt(3) or getsockopt(3) to set or get the service label for a socket.
* The service label is a C-style NUL-terminated string. Only available for
* hypervisor endpoints.
*/

#define SO_VM_SOCKETS_SERVICE_LABEL 4

/* Option name for determining if a socket is trusted. Use as the option name
* in getsockopt(3) to determine if a socket is trusted. The value is a
* signed integer.
Expand Down

0 comments on commit 5b8ca53

Please sign in to comment.