mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
add username to runtime directory name in /tmp/
rework autospawning code and x11 credential publishing add support for IPv6 reenable LOWDELAY for tcp sockets git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@280 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
dbaa83c607
commit
c005bd4666
22 changed files with 874 additions and 215 deletions
|
|
@ -34,6 +34,7 @@
|
|||
#include "llist.h"
|
||||
#include "native-common.h"
|
||||
#include "client-conf.h"
|
||||
#include "strlist.h"
|
||||
|
||||
#define DEFAULT_TLENGTH (44100*2*2/2) //(10240*8)
|
||||
#define DEFAULT_MAXLENGTH ((DEFAULT_TLENGTH*3)/2)
|
||||
|
|
@ -70,6 +71,11 @@ struct pa_context {
|
|||
struct pa_memblock_stat *memblock_stat;
|
||||
|
||||
int local;
|
||||
int do_autospawn;
|
||||
int autospawn_lock_fd;
|
||||
struct pa_spawn_api spawn_api;
|
||||
|
||||
struct pa_strlist *server_list;
|
||||
|
||||
struct pa_client_conf *conf;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue