thin-provisioning-tools/space_map_recursive.h

15 lines
331 B
C
Raw Normal View History

2011-11-09 15:51:25 +05:30
#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