core-util: add call to detect if we are called from within a VM

This commit is contained in:
Lennart Poettering 2009-11-05 03:22:15 +01:00
parent 19516d4e7f
commit 642c69bed8
2 changed files with 92 additions and 0 deletions

View file

@ -267,4 +267,7 @@ FILE* pa_fopen_cloexec(const char *path, const char *mode);
void pa_nullify_stdfds(void);
char *pa_read_line_from_file(const char *fn);
pa_bool_t pa_running_in_vm(void);
#endif