Kevin Wolf writes:
> Before we can add the monitor to qemu-storage-daemon, we need to add a
> few monitor stubs,
I can see just one: monitor_fdsets_cleanup().
>and we need to make sure that stubs that are actually
> implemented in the monitor core aren't linked so that we do
Before we can add the monitor to qemu-storage-daemon, we need to add a
few monitor stubs, and we need to make sure that stubs that are actually
implemented in the monitor core aren't linked so that we don't get
linker errors because of duplicate symbols.
Signed-off-by: Kevin Wolf
---
stubs/monit