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

Method NodeDeviceEventUpdate

remote_protocol.gen.go:15233–15243  ·  view source on GitHub ↗

NodeDeviceEventUpdate is the go wrapper for REMOTE_PROC_NODE_DEVICE_EVENT_UPDATE.

()

Source from the content-addressed store, hash-verified

15231
15232// NodeDeviceEventUpdate is the go wrapper for REMOTE_PROC_NODE_DEVICE_EVENT_UPDATE.
15233func (l *Libvirt) NodeDeviceEventUpdate() (err error) {
15234 var buf []byte
15235
15236
15237 _, err = l.requestStream(377, constants.Program, buf, nil, nil)
15238 if err != nil {
15239 return
15240 }
15241
15242 return
15243}
15244
15245// StorageVolGetInfoFlags is the go wrapper for REMOTE_PROC_STORAGE_VOL_GET_INFO_FLAGS.
15246func (l *Libvirt) StorageVolGetInfoFlags(Vol StorageVol, Flags uint32) (rType int8, rCapacity uint64, rAllocation uint64, err error) {

Callers

nothing calls this directly

Calls 1

requestStreamMethod · 0.95

Tested by

no test coverage detected