Place expired and repacked objects into segments based on database.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Thu, 23 Aug 2007 18:23:28 +0000 (11:23 -0700)
committerMichael Vrable <mvrable@turin.ucsd.edu>
Thu, 23 Aug 2007 18:23:28 +0000 (11:23 -0700)
commita855c59ca566ee7a55fc3dda56ab70943a85ef32
treec31e2527213d1991911c1e7bc551356d9682a9c1
parentedcae8181571b57b058cb2249cb84b01df73d52a
Place expired and repacked objects into segments based on database.

The local database can store an integer with each expired object that can
be used to group objects together based on age or other factors.  Update
the lbs snapshot utility to place objects into segments based on this
value.
localdb.cc
localdb.h
scandir.cc