NodeDeviceEventLifecycle is the go wrapper for REMOTE_PROC_NODE_DEVICE_EVENT_LIFECYCLE.
()
| 15218 | |
| 15219 | // NodeDeviceEventLifecycle is the go wrapper for REMOTE_PROC_NODE_DEVICE_EVENT_LIFECYCLE. |
| 15220 | func (l *Libvirt) NodeDeviceEventLifecycle() (err error) { |
| 15221 | var buf []byte |
| 15222 | |
| 15223 | |
| 15224 | _, err = l.requestStream(376, constants.Program, buf, nil, nil) |
| 15225 | if err != nil { |
| 15226 | return |
| 15227 | } |
| 15228 | |
| 15229 | return |
| 15230 | } |
| 15231 | |
| 15232 | // NodeDeviceEventUpdate is the go wrapper for REMOTE_PROC_NODE_DEVICE_EVENT_UPDATE. |
| 15233 | func (l *Libvirt) NodeDeviceEventUpdate() (err error) { |
nothing calls this directly
no test coverage detected