Re: [libvirt] [libvirt-go PATCH] Add MigrateGetMaxDowntime API

2017-08-28 Thread John Ferlan
On 08/28/2017 06:16 PM, John Ferlan wrote: > Signed-off-by: John Ferlan > --- > > This is a "best guess" effort - basically copied some previous examples > from recent comments, built, and ran the same test that the CI build test > runs. > > domain.go | 15 +++ > 1 file changed

[libvirt] [libvirt-go PATCH] Add MigrateGetMaxDowntime API

2017-08-28 Thread John Ferlan
Signed-off-by: John Ferlan --- This is a "best guess" effort - basically copied some previous examples from recent comments, built, and ran the same test that the CI build test runs. domain.go | 15 +++ 1 file changed, 15 insertions(+) diff --git a/domain.go b/domain.go index cc