summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/memblock.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-02-18 21:52:21 +0100
committerLennart Poettering <lennart@poettering.net>2009-02-18 21:52:21 +0100
commit1737a19c86d34d1a3721d019f649beaa9aea02b3 (patch)
tree0ec2368ff110ceffa37eeb48974bcb3c57bdc833 /src/pulsecore/memblock.c
parent07333f8cae480a25af02ad32286ab38d4272698e (diff)
allow importing of more memory blocks than exporting
Diffstat (limited to 'src/pulsecore/memblock.c')
-rw-r--r--src/pulsecore/memblock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/memblock.c b/src/pulsecore/memblock.c
index 1d7f4559..fbf0a470 100644
--- a/src/pulsecore/memblock.c
+++ b/src/pulsecore/memblock.c
@@ -57,7 +57,7 @@
#define PA_MEMEXPORT_SLOTS_MAX 128
-#define PA_MEMIMPORT_SLOTS_MAX 128
+#define PA_MEMIMPORT_SLOTS_MAX 160
#define PA_MEMIMPORT_SEGMENTS_MAX 16
struct pa_memblock {