diff options
author | slioch <slioch@eng-140.vyatta.com> | 2009-09-04 21:17:23 -0700 |
---|---|---|
committer | slioch <slioch@eng-140.vyatta.com> | 2009-09-04 21:17:23 -0700 |
commit | f50e8a9c76156a003d07fbca48f35abd24a434d0 (patch) | |
tree | 154ddcdb4ed0e3eacc0bd2b4d586d500d95de421 /src/common | |
parent | 00737a5cb32e818a3741aa59ca16e61308367e27 (diff) | |
download | vyatta-cfg-f50e8a9c76156a003d07fbca48f35abd24a434d0.tar.gz vyatta-cfg-f50e8a9c76156a003d07fbca48f35abd24a434d0.zip |
added data path to environment during commit. value key is "NODE_DATA_PATH". nodes are delimited by "/" rather than spaces.
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |