Change name of semaphores
This commit is contained in:
parent
3057b4a0d4
commit
a04c1aee71
6
common.h
6
common.h
@ -30,9 +30,9 @@
|
|||||||
|
|
||||||
#define PERMISSION (0600)
|
#define PERMISSION (0600)
|
||||||
|
|
||||||
#define SEM_FREE_SPACE "/sem_free_space_01527193"
|
#define SEM_FREE_SPACE "/free_space_01527193"
|
||||||
#define SEM_USED_SPACE "/sem_used_space_01527193"
|
#define SEM_USED_SPACE "/used_space_01527193"
|
||||||
#define SEM_WRITE_END "/sem_write_end_01527193"
|
#define SEM_WRITE_END "/write_end_01527193"
|
||||||
|
|
||||||
#define MAX_ITEMS 16
|
#define MAX_ITEMS 16
|
||||||
#define CIRC_BUF_SIZE 17
|
#define CIRC_BUF_SIZE 17
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user