Re: [libvirt] [PATCH 2/2] Include socket address in client probe data

2010-10-22 Thread Daniel P. Berrange
On Thu, Oct 21, 2010 at 10:05:42PM +0200, Daniel Veillard wrote: On Thu, Oct 21, 2010 at 07:19:33PM +0100, Daniel P. Berrange wrote: It is useful to know where the client is connecting from, so include the socket address in probe data. * daemon/libvirtd.h: Use virSocketAddr for storing

[libvirt] [PATCH 2/2] Include socket address in client probe data

2010-10-21 Thread Daniel P. Berrange
It is useful to know where the client is connecting from, so include the socket address in probe data. * daemon/libvirtd.h: Use virSocketAddr for storing client address and keep printable address handy for logging * daemon/libvirtd.c: Include socket address in client connect/disconnect probes

Re: [libvirt] [PATCH 2/2] Include socket address in client probe data

2010-10-21 Thread Daniel Veillard
On Thu, Oct 21, 2010 at 07:19:33PM +0100, Daniel P. Berrange wrote: It is useful to know where the client is connecting from, so include the socket address in probe data. * daemon/libvirtd.h: Use virSocketAddr for storing client address and keep printable address handy for logging Ah