thin-provisioning-tools/space_map_recursive.h

15 lines
331 B
C
Raw Normal View History

2011-11-09 10:21:25 +00:00
#ifndef SPACE_MAP_RECURSIVE_H
#define SPACE_MAP_RECURSIVE_H
#include "space_map.h"
//----------------------------------------------------------------
namespace persistent_data {
checked_space_map::ptr create_recursive_sm(checked_space_map::ptr sm);
}
//----------------------------------------------------------------
#endif