limit buffers to 16 until we can send more fds in one message

This commit is contained in:
Wim Taymans 2018-07-02 12:04:38 +02:00
parent a7ec4e4688
commit 710f0f59cf
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@
#define M_PI_M2 ( M_PI + M_PI )
#define MAX_BUFFERS 32
#define MAX_BUFFERS 16
struct type {
uint32_t prop_param;