]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
s/int/virLogDestination/ in logging code
authorDaniel P. Berrange <berrange@redhat.com>
Thu, 27 Sep 2012 13:04:21 +0000 (14:04 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 28 Sep 2012 09:22:13 +0000 (10:22 +0100)
commit4764a6c5a351bfea0b3546499128af929efbe2aa
treeaa20623a73e30d335ad366e11a680598670c5668
parent2dd77cd1ffee942b3bb3ba76ba743b20b599f4a3
s/int/virLogDestination/ in logging code

The log destinations are an enum, but most of the code was
just using a plain 'int' for function params / variables.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/util/logging.c
src/util/logging.h
tests/testutils.c