Re: [Xen-devel] [PATCH 34/35] libxl: libxl__ev_child pass actual pid to callback

2015-06-26 Thread Wei Liu
On Thu, Jun 25, 2015 at 06:44:34PM +0100, Ian Jackson wrote: > The callbacks actually ignore this except for logging, but we should > log the correct pid. > > Signed-off-by: Ian Jackson Acked-by: Wei Liu > --- > v4: New patch in this version of the series. > --- > tools/libxl/libxl_fork.c |

[Xen-devel] [PATCH 34/35] libxl: libxl__ev_child pass actual pid to callback

2015-06-25 Thread Ian Jackson
The callbacks actually ignore this except for logging, but we should log the correct pid. Signed-off-by: Ian Jackson --- v4: New patch in this version of the series. --- tools/libxl/libxl_fork.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/libxl/libxl_fork.c b/t