NodeDeviceEventUpdate is the go wrapper for REMOTE_PROC_NODE_DEVICE_EVENT_UPDATE.
()
| 15231 | |
| 15232 | // NodeDeviceEventUpdate is the go wrapper for REMOTE_PROC_NODE_DEVICE_EVENT_UPDATE. |
| 15233 | func (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. |
| 15246 | func (l *Libvirt) StorageVolGetInfoFlags(Vol StorageVol, Flags uint32) (rType int8, rCapacity uint64, rAllocation uint64, err error) { |
nothing calls this directly
no test coverage detected