]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
logging: preserve driver, dom name & uuid against log file
authorDaniel P. Berrange <berrange@redhat.com>
Thu, 3 Dec 2015 17:27:17 +0000 (17:27 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 7 Dec 2015 17:30:07 +0000 (17:30 +0000)
commitd4abb09d80c4ffe8f56685ee5eaac77cb990e3ec
treec2c9b280f0aa7bcca0f16864443e0590d0f10c9f
parent0eafe9955bfde5b3b9bc1805c5a8ed045b35fe53
logging: preserve driver, dom name & uuid against log file

The virt driver, dom name and uuid associated with a log
file are important pieces of metadata to keep around for
sake of future enhancements to virtlogd. Currently we
discard them after opening the log file, but we should
preserve them, even across restarts.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/logging/log_handler.c