summaryrefslogtreecommitdiff
path: root/src/stage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stage.h')
-rw-r--r--src/stage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stage.h b/src/stage.h
index ec0a72b..785ddf5 100644
--- a/src/stage.h
+++ b/src/stage.h
@@ -40,6 +40,7 @@ typedef struct stage_conf_t {
unsigned active:1;
unsigned locked:1;
unsigned dirty:1;
+ unsigned adopt:1;
} stage_conf_t;
stage_t * stage_new(const stage_conf_t *conf, const stage_ops_t *ops, void *object);
© All Rights Reserved