mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-10 13:29:58 -05:00
merge glitch-free branch back into trunk
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2445 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
91f092eadc
commit
045c1d602d
189 changed files with 12559 additions and 4959 deletions
|
|
@ -26,15 +26,17 @@
|
|||
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <pulsecore/macro.h>
|
||||
|
||||
typedef struct pa_shm {
|
||||
unsigned id;
|
||||
void *ptr;
|
||||
size_t size;
|
||||
int do_unlink;
|
||||
int shared;
|
||||
pa_bool_t do_unlink:1;
|
||||
pa_bool_t shared:1;
|
||||
} pa_shm;
|
||||
|
||||
int pa_shm_create_rw(pa_shm *m, size_t size, int shared, mode_t mode);
|
||||
int pa_shm_create_rw(pa_shm *m, size_t size, pa_bool_t shared, mode_t mode);
|
||||
int pa_shm_attach_ro(pa_shm *m, unsigned id);
|
||||
|
||||
void pa_shm_punch(pa_shm *m, size_t offset, size_t size);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue