From f50e8a9c76156a003d07fbca48f35abd24a434d0 Mon Sep 17 00:00:00 2001 From: slioch Date: Fri, 4 Sep 2009 21:17:23 -0700 Subject: added data path to environment during commit. value key is "NODE_DATA_PATH". nodes are delimited by "/" rather than spaces. --- src/common/defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common') diff --git a/src/common/defs.h b/src/common/defs.h index daca88a..50d2337 100644 --- a/src/common/defs.h +++ b/src/common/defs.h @@ -16,7 +16,7 @@ #define ENV_ACTION_SET "SET" #define ENV_ACTION_ACTIVE "ACTIVE" #define ENV_SIBLING_POSITION "COMMIT_SIBLING_POSITION" - +#define ENV_DATA_PATH "NODE_DATA_PATH" struct Result { -- cgit v1.2.3