enable SHM support on the client side only if both the client and the server run as the same user and the server supports it

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1278 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2006-08-18 23:45:23 +00:00
parent e33abc3089
commit 40875d6d05
2 changed files with 24 additions and 8 deletions

View file

@ -71,7 +71,7 @@ struct pa_context {
pa_mempool *mempool;
int local;
int is_local;
int do_autospawn;
int autospawn_lock_fd;
pa_spawn_api spawn_api;