From 9a729a8cb2929a5272da6e240c9bd63db198f6c4 Mon Sep 17 00:00:00 2001 From: slioch Date: Wed, 3 Jun 2009 10:40:35 -0700 Subject: added support for first and last sibling environment variable: "ENV_SIBLING_POSITION". This value will either be "FIRST" or "LAST" or undefined. "FIRST" means that the sibling is the first in the list of a common parent, provided that the sibling resides in the same priority group "LAST" means that the sibling is the last in the list of a common parent, provided that the sibling resides in the same priority group --- src/common/defs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/common') diff --git a/src/common/defs.h b/src/common/defs.h index 5e110bc..f8171e4 100644 --- a/src/common/defs.h +++ b/src/common/defs.h @@ -15,6 +15,8 @@ #define ENV_ACTION_DELETE "DELETE" #define ENV_ACTION_SET "SET" #define ENV_ACTION_ACTIVE "ACTIVE" +#define ENV_SIBLING_POSITION "COMMIT_SIBLING_POSITION" + struct Result { -- cgit v1.2.3