On Tue, May 05, Wei Liu wrote:
On Tue, Apr 28, 2015 at 06:40:05AM +0000, Olaf Hering wrote:
> Upcoming changes for vscsi will use libxlutil.so to prepare the
> configuration for libxl. The helpers needs a xlu struct for logging.
> Provide one and reuse the existing output as log target.
>
Do you not need to call xlu_cfg_destroy at some point?
Since libvirtd runs forever there is very little code to undo most
things. But I will see if there is any unload function, did not actively
look for such thing.
Olaf