Documentation ¶
Index ¶
- Constants
- func Connect(addr string) (*net.UnixConn, error)
- func RecvSeccompInitAckMsg(c *net.UnixConn) error
- func RecvSeccompInitMsg(c *net.UnixConn) (int32, string, int32, error)
- func SendSeccompInitAckMsg(c *net.UnixConn) error
- func SendSeccompInitMsg(c *net.UnixConn, pid int32, cntrId string, fd int32) error
- type PollServer
- type Server
Constants ¶
View Source
const ( CREATE_POLL_REQUEST pollActionType = iota DELETE_POLL_REQUEST )
Variables ¶
This section is empty.
Functions ¶
func RecvSeccompInitAckMsg ¶
func SendSeccompInitAckMsg ¶
Types ¶
type PollServer ¶
General pollserver struct.
func NewPollServer ¶
func NewPollServer() (*PollServer, error)
func (*PollServer) StartWaitRead ¶
func (ps *PollServer) StartWaitRead(fd int32) error
func (*PollServer) StartWaitWrite ¶
func (ps *PollServer) StartWaitWrite(fd int32) error
func (*PollServer) StopWait ¶
func (ps *PollServer) StopWait(fd int32) error
Click to show internal directories.
Click to hide internal directories.