diff options
author | Quentin Rameau <quinq@fifth.space> | 2018-10-09 12:27:59 +0200 |
---|---|---|
committer | Quentin Rameau <quinq@fifth.space> | 2018-10-15 13:15:54 +0200 |
commit | 02541c314678aa1ee6eb485ca9dce66a46693aac (patch) | |
tree | 3938c54325e4defb38ed9dfb296dd5651c02cd83 /common.h | |
parent | 2b71a22755bae132a639fe10475a0d42e582d244 (diff) |
Send message size inside messages through pipes
Diffstat (limited to 'common.h')
-rw-r--r-- | common.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ -#define MSGBUFSZ 32 +#define MSGBUFSZ 8 void die(char *, ...); |