MCPcopy Create free account
hub / github.com/digitalocean/go-libvirt / DomainEventControlError

Method DomainEventControlError

remote_protocol.gen.go:11090–11100  ·  view source on GitHub ↗

DomainEventControlError is the go wrapper for REMOTE_PROC_DOMAIN_EVENT_CONTROL_ERROR.

()

Source from the content-addressed store, hash-verified

11088
11089// DomainEventControlError is the go wrapper for REMOTE_PROC_DOMAIN_EVENT_CONTROL_ERROR.
11090func (l *Libvirt) DomainEventControlError() (err error) {
11091 var buf []byte
11092
11093
11094 _, err = l.requestStream(224, constants.Program, buf, nil, nil)
11095 if err != nil {
11096 return
11097 }
11098
11099 return
11100}
11101
11102// DomainPinVcpuFlags is the go wrapper for REMOTE_PROC_DOMAIN_PIN_VCPU_FLAGS.
11103func (l *Libvirt) DomainPinVcpuFlags(Dom Domain, Vcpu uint32, Cpumap []byte, Flags uint32) (err error) {

Callers

nothing calls this directly

Calls 1

requestStreamMethod · 0.95

Tested by

no test coverage detected