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 b47a9e7ea4
commit 1460374c06
2 changed files with 90 additions and 0 deletions

View file

@ -251,4 +251,7 @@ pa_bool_t pa_run_from_build_tree(void);
const char *pa_get_temp_dir(void);
char *pa_read_line_from_file(const char *fn);
pa_bool_t pa_running_in_vm(void);
#endif