X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=qemu%2Fstubs%2Fis-daemonized.c;fp=qemu%2Fstubs%2Fis-daemonized.c;h=c0ee9171a72d78dc5ef5f16eb7baf40c9020a74b;hb=e44e3482bdb4d0ebde2d8b41830ac2cdb07948fb;hp=0000000000000000000000000000000000000000;hpb=9ca8dbcc65cfc63d6f5ef3312a33184e1d726e00;p=kvmfornfv.git diff --git a/qemu/stubs/is-daemonized.c b/qemu/stubs/is-daemonized.c new file mode 100644 index 000000000..c0ee9171a --- /dev/null +++ b/qemu/stubs/is-daemonized.c @@ -0,0 +1,9 @@ +#include "qemu-common.h" + +/* Win32 has its own inline stub */ +#ifndef _WIN32 +bool is_daemonized(void) +{ + return false; +} +#endif