From eab187ce06f6d72aeba297604e132d181da4c502 Mon Sep 17 00:00:00 2001 From: Pranith Kumar K Date: Tue, 18 Oct 2011 13:31:35 +0530 Subject: storage/posix: posix changes to handle gfid/conflicts self-heal Change-Id: Ib759befe1800bc6fd93bdf44f3a7f89bfffff46e BUG: 3734 Reviewed-on: http://review.gluster.com/612 Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- libglusterfs/src/stack.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libglusterfs/src') diff --git a/libglusterfs/src/stack.h b/libglusterfs/src/stack.h index 87c723112..d867a4d56 100644 --- a/libglusterfs/src/stack.h +++ b/libglusterfs/src/stack.h @@ -46,6 +46,7 @@ typedef struct _call_pool_t call_pool_t; #include "globals.h" #define NFS_PID 1 +#define SELF_HEAL_PID -1 typedef int32_t (*ret_fn_t) (call_frame_t *frame, call_frame_t *prev_frame, xlator_t *this, -- cgit