OK, but what should we display to the user.
New: Yes | Cached | Hard Coded | Algorithmic Source: New | Cache | Hard Coded | Algorithmic Any suggestions? Regards Julian Nicolas Williams wrote: > On Wed, Mar 05, 2008 at 01:42:00PM -0800, Baban Kenkre wrote: >> We already have four values for this field i.e. new, cached, hard-coded, >> algorithmic. I think we should make this field enum type while we are at >> it. Front-ends like idmap(1m) can decide what they want to do with it >> i.e. print only when value is NEW or CACHE and skip otherwise or print >> all values etc. >> >> enum idmap_map_src { >> IDMAP_MAP_SRC_NONE = 0, >> IDMAP_MAP_SRC_NEW, >> IDMAP_MAP_SRC_CACHE, >> IDMAP_MAP_SRC_HARD_CODED, >> IDMAP_MAP_SRC_ALGORITHMIC >> }; > > OK, I agree. > > Nico