]> xenbits.xensource.com Git - libvirt.git/commit
logging: allow inode/offset params to be NULL
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 11 Dec 2015 10:58:29 +0000 (10:58 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 10 Mar 2016 15:33:16 +0000 (15:33 +0000)
commitf12bfc5ed59178360b926276cef96b666497603b
tree6fb02b8eeccd5b721adbcc8c3d5f9a91de48c2f3
parentab3f1428a6ae626e85da9b84db027bfb9132138a
logging: allow inode/offset params to be NULL

Not all callers of virLogManagerDomainOpenLogFile will
care about getting the current inode/offset, so we should
allow those parameters to be NULL

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