mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-09 13:29:59 -05:00
core-util: add call to detect if we are called from within a VM
This commit is contained in:
parent
b47a9e7ea4
commit
1460374c06
2 changed files with 90 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue