
On 07/07/2011 03:22 AM, Daniel P. Berrange wrote:
On Wed, Jul 06, 2011 at 11:24:12AM -0600, Eric Blake wrote:
Gnulib finally learned how to do pthread_sigmask on mingw.
We still have to worry about optional signals, like SIGWINCH, but overall, this makes for less conditional code.
* .gnulib: Update to latest, for pthread_sigmask. * bootstrap.conf (gnulib_modules): Add pthread_sigmask. * configure.ac (AC_CHECK_FUNCS): Drop redundant check. * src/rpc/virnetclient.c (virNetClientSetTLSSession) (virNetClientIOEventLoop): Make code unconditional. * src/util/command.c (virFork): Likewise. * tools/virsh.c (doMigrate, cmdMigrate): Likewise. --- .gnulib | 2 +- bootstrap.conf | 1 + configure.ac | 2 +- src/rpc/virnetclient.c | 24 ++++++++---------------- src/util/command.c | 10 ---------- tools/virsh.c | 10 ---------- 6 files changed, 11 insertions(+), 38 deletions(-)
ACK
Pushed, along with the pre-requisite patch for fixing vsnprintf that also touched .gnulib and bootstrap.conf: https://www.redhat.com/archives/libvir-list/2011-July/msg00253.html -- Eric Blake eblake@redhat.com +1-801-349-2682 Libvirt virtualization library http://libvirt.org