mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 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
19516d4e7f
commit
642c69bed8
2 changed files with 92 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue