
9 Oct
2018
9 Oct
'18
7:08 p.m.
On 10/9/18 6:30 AM, Wang Huaqiang wrote:
Add interface for adding task PID to monitor.
to the monitor
Signed-off-by: Wang Huaqiang <huaqiang.wang@intel.com> --- src/libvirt_private.syms | 1 + src/util/virresctrl.c | 8 ++++++++ src/util/virresctrl.h | 4 ++++ 3 files changed, 13 insertions(+)
Kind of an odd order considering @path gets introduced later, but it's not that big a deal. Reviewed-by: John Ferlan <jferlan@redhat.com> John