]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: allow for 64-bit pid in daemon
authorEric Blake <eblake@redhat.com>
Thu, 26 Jan 2012 00:49:48 +0000 (17:49 -0700)
committerEric Blake <eblake@redhat.com>
Thu, 26 Jan 2012 23:47:04 +0000 (16:47 -0700)
commit7033c5f20d439e7fc4ba19f50f8a579077b6affa
treec124ecfcdffcf4be973870d17b2f443eec59267a
parent8dd623b980fcc7787544a59be0bb5f24faf2fe9f
build: allow for 64-bit pid in daemon

Convert daemon code to handle 64-bit pid_t (even though at the
moment, it is not compiled on mingw).

* daemon/remote.c (remoteDispatchAuthList)
(remoteDispatchAuthPolkit): Print pid_t via %lld.
daemon/remote.c