mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
make shm marker architecture independant, patch from michich, closes #401
This commit is contained in:
parent
84cd233035
commit
f826ded33d
1 changed files with 4 additions and 4 deletions
|
|
@ -73,10 +73,10 @@
|
|||
struct shm_marker PA_GCC_PACKED {
|
||||
pa_atomic_t marker; /* 0xbeefcafe */
|
||||
pa_atomic_t pid;
|
||||
uint64_t *_reserverd1;
|
||||
uint64_t *_reserverd2;
|
||||
uint64_t *_reserverd3;
|
||||
uint64_t *_reserverd4;
|
||||
uint64_t _reserved1;
|
||||
uint64_t _reserved2;
|
||||
uint64_t _reserved3;
|
||||
uint64_t _reserved4;
|
||||
};
|
||||
|
||||
static char *segment_name(char *fn, size_t l, unsigned id) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue