From f570eec26432a66d7fbc2a70017b3df8dbdd1e89 Mon Sep 17 00:00:00 2001 From: Kamen Mazdrashki Date: Mon, 28 Jun 2010 21:07:51 +0300 Subject: s4/dsdb: Add DSDB_FLAG_NEXT_MODULE flag Although it is not currently used in implementation, my intention is for callers to clearly state what action they want to execute. Currently when a caller wants to pass the call to the next module in the chain, this flag is either omitted or 0 is used (which is somewhat hacky, isn't it) Signed-off-by: Andrew Bartlett --- source4/dsdb/samdb/ldb_modules/util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source4') diff --git a/source4/dsdb/samdb/ldb_modules/util.h b/source4/dsdb/samdb/ldb_modules/util.h index 9ba2e33f56..8634f76d87 100644 --- a/source4/dsdb/samdb/ldb_modules/util.h +++ b/source4/dsdb/samdb/ldb_modules/util.h @@ -30,6 +30,7 @@ struct dsdb_fsmo_extended_op; /* extend the dsdb_request_add_controls() flags for module specific functions */ +#define DSDB_FLAG_NEXT_MODULE 0x00100000 #define DSDB_FLAG_OWN_MODULE 0x00400000 #define DSDB_FLAG_TOP_MODULE 0x00800000 -- cgit