Converting a fixme to a todo because it's a longer term change.

Copied from Perforce
 Change: 181670
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Brooksby 2013-05-09 14:58:32 +01:00
parent c851eaf157
commit 0a8e742b4b

View file

@ -130,7 +130,8 @@ static Res DebugPoolInit(Pool pool, ArgList args)
AVERT(Pool, pool);
/* FIXME: Split this structure into separate keys */
/* TODO: Split this structure into separate keyword arguments,
now that we can support them. */
if (ArgPick(&arg, args, MPS_KEY_POOL_DEBUG_OPTIONS))
options = (PoolDebugOptions)arg.val.pool_debug_options;
else {