diff options
author | Roger Leigh <rleigh@debian.org> | 2009-06-30 08:03:00 +0100 |
---|---|---|
committer | Roger Leigh <rleigh@debian.org> | 2009-06-30 08:03:00 +0100 |
commit | f436c608b8468a6b232dfa188c4574b46fac10bc (patch) | |
tree | 3d4a8f6f9636752b8240329bdc30c53582122115 /TODO | |
parent | 8599085e15aa917cd8f24330e41febcfe5d11488 (diff) | |
download | schroot-f436c608b8468a6b232dfa188c4574b46fac10bc.tar.gz |
[TODO] Add enum |= and &= operators
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |