Module vsh

Source

Modules§

guest_message
Nested message and enum types in GuestMessage.
host_message
Nested message and enum types in HostMessage.

Structs§

ConnectionStatusMessage
A message that indicates to either the server or the client a change in connection status.
DataMessage
DataMessages encapsulate stdio to be forwarded between the server and client.
GuestMessage
Wrapper message for all messages that can be sent to the guest/server.
HostMessage
Wrapper message for all messages that can be sent to the host/client.
SetupConnectionRequest
Request to set up a connection to a container. This must be the first message sent to the server from the client.
SetupConnectionResponse
Response to a SetupConnectionRequest.
WindowResizeMessage
Indicates that the server should resize its pseudoterminal to the given dimensions. Sent by the client in response to SIGWINCH.

Enums§

ConnectionStatus
Indicates the status of a connection.
Signal
Encapsulates a POSIX signal to be sent to the target program.
StdioStream
Type of stdio stream that is being sent.