]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: fix bitmap conversion when !CPU_ALLOC
authorEric Blake <eblake@redhat.com>
Mon, 1 Oct 2012 23:00:58 +0000 (17:00 -0600)
committerEric Blake <eblake@redhat.com>
Mon, 1 Oct 2012 23:08:04 +0000 (17:08 -0600)
commit9038ac65dafde5a404daf0b416e1f8bf80af683a
tree011d479aa72e0c821613f8f372ea52350da3a409
parent13c69cd0b446669dc53417cb5207c51167a9c14f
build: fix bitmap conversion when !CPU_ALLOC

Commit f1a43a8 missed one side of an #if/#else.

* src/util/processinfo.c (virProcessInfoGetAffinity): Use correct
bitmap operation.
src/util/processinfo.c