Documentation ¶
Index ¶
Constants ¶
View Source
const ( Rfcf = 1 << 7 // 1B0 // CLI FORMAT Rfwa = 1 << 5 // 1B2 // WARNING (SEVERITY=1) Rfer = 2 << 5 // 2B2 // ERROR (SEVERITY=2) Rfab = 3 << 5 // 3B2 // ABORT (SEVERITY=3) Rfec = 1 << 4 // 1B3 // ERROR CODE FLAGIF SET, AC0 CONTAINS ERROR CODE )
FLAGS FOR RETURN TO CLI (return)
Variables ¶
View Source
var (
PerProcessData = map[int]PerProcessDataT{}
)
Functions ¶
func CreateProcess ¶
func CreateProcess(args []string, vRoot string, prName string, ring int, con net.Conn, agentChan chan AgentReqT, debugLog bool) (err error)
CreateProcess creates, but does not start, an emulated AOS/VS Process
func StartAgent ¶
StartAgent fires of the pseudo-agent Goroutine and returns its msg channel
Types ¶
type AgentReqT ¶
type AgentReqT struct {
// contains filtered or unexported fields
}
AgentReqT is the type of messages passed to and from the pseudo-agent
type PerProcessDataT ¶
Click to show internal directories.
Click to hide internal directories.