Change MAX_SIZE to 16
This commit is contained in:
parent
7382f0a43d
commit
7766b09f65
2
common.h
2
common.h
@ -34,7 +34,7 @@
|
|||||||
#define SEM_USED_SPACE "/sem_used_space_01527193"
|
#define SEM_USED_SPACE "/sem_used_space_01527193"
|
||||||
#define SEM_WRITE_END "/sem_write_end_01527193"
|
#define SEM_WRITE_END "/sem_write_end_01527193"
|
||||||
|
|
||||||
#define MAX_ITEMS 32
|
#define MAX_ITEMS 16
|
||||||
|
|
||||||
struct circ_buf {
|
struct circ_buf {
|
||||||
int quit;
|
int quit;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user