summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorQuentin Rameau <quinq@fifth.space>2018-10-09 12:27:59 +0200
committerQuentin Rameau <quinq@fifth.space>2018-10-15 13:15:54 +0200
commit02541c314678aa1ee6eb485ca9dce66a46693aac (patch)
tree3938c54325e4defb38ed9dfb296dd5651c02cd83 /common.h
parent2b71a22755bae132a639fe10475a0d42e582d244 (diff)
downloadsurf-02541c314678aa1ee6eb485ca9dce66a46693aac.tar.gz
surf-02541c314678aa1ee6eb485ca9dce66a46693aac.tar.bz2
surf-02541c314678aa1ee6eb485ca9dce66a46693aac.zip
Send message size inside messages through pipes
Diffstat (limited to 'common.h')
-rw-r--r--common.h2
1 files changed, 1 insertions, 1 deletions
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 *, ...);