From 02541c314678aa1ee6eb485ca9dce66a46693aac Mon Sep 17 00:00:00 2001 From: Quentin Rameau Date: Tue, 9 Oct 2018 12:27:59 +0200 Subject: Send message size inside messages through pipes --- common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.h') diff --git a/common.h b/common.h index 527c4f7..2778029 100644 --- a/common.h +++ b/common.h @@ -1,3 +1,3 @@ -#define MSGBUFSZ 32 +#define MSGBUFSZ 8 void die(char *, ...); -- cgit v1.2.3