add POSIX locking to authkey.c

fix esound protocol cpu consumption when finishing a stream


git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@242 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2004-09-27 15:40:18 +00:00
parent 949014e154
commit 35148d8c05
4 changed files with 92 additions and 52 deletions

View file

@ -68,4 +68,7 @@ int pa_parse_resample_method(const char *string);
int pa_uid_in_group(const char *name, gid_t *gid);
int pa_lock_file(int fd, int b);
#endif