From 373b25827f0250d11461fbe76dd6a0e295069171 Mon Sep 17 00:00:00 2001 From: Anand Avati Date: Mon, 20 Aug 2012 10:48:16 -0700 Subject: core: enable process to return the appropriate error code Setup a pipe() in glusterfs_ctx_t to communicate with the fork'ed child the exit status and return it to the shell. Change-Id: Ibbaa581d45acb24d5141e43ae848cae29312d95f BUG: 762935 Signed-off-by: Anand Avati Reviewed-on: http://review.gluster.org/3836 Tested-by: Gluster Build System Reviewed-by: Amar Tumballi --- libglusterfs/src/glusterfs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libglusterfs/src/glusterfs.h') diff --git a/libglusterfs/src/glusterfs.h b/libglusterfs/src/glusterfs.h index 57bc7998f..b9c2b603e 100644 --- a/libglusterfs/src/glusterfs.h +++ b/libglusterfs/src/glusterfs.h @@ -393,6 +393,7 @@ struct _glusterfs_ctx { int mem_acct_enable; + int daemon_pipe[2]; }; typedef struct _glusterfs_ctx glusterfs_ctx_t; -- cgit