summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@debian.org>2009-06-30 08:03:00 +0100
committerRoger Leigh <rleigh@debian.org>2009-06-30 08:03:00 +0100
commitf436c608b8468a6b232dfa188c4574b46fac10bc (patch)
tree3d4a8f6f9636752b8240329bdc30c53582122115 /TODO
parent8599085e15aa917cd8f24330e41febcfe5d11488 (diff)
downloadschroot-f436c608b8468a6b232dfa188c4574b46fac10bc.tar.gz
[TODO] Add enum |= and &= operators
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO b/TODO
index f9995b24..d96f8ea2 100644
--- a/TODO
+++ b/TODO
@@ -127,3 +127,8 @@ This will allow the removal of chroot-specific session setup from
sbuild::session. This also means the session ID is chroot-specific
rather than session-specific, so won't be reused if using multiple
chroots.
+
+SESSION_CREATE | SESSION_CLONE confusion. When is it appropriate to
+set SESSION_CREATE? Should already created sessions set it?
+
+Define operator &= and |= for enum types defining | and & operators.