#include <string>
#include <vector>
-#include <set>
#include <map>
#include <iostream>
-#include <sys/stat.h>
#include <boost/filesystem.hpp>
#include <boost/regex.hpp>
#include <boost/format.hpp>
namespace po = boost::program_options;
-//set<ino_t> inodes;
-//map<path,long> dirs;
-
-// boost::regex prefix_re;
-
string ToHumanReadable(long x)
{
//CONSTANTS FOR SIZING
}
void spacecounter::handle_dir( const path& dir ) {
- cout << dir << endl;
+ // cout << dir << endl;
if ( dirs.find(strip_path(dir)) == dirs.end() ) {
dirs[strip_path(dir)] = 0;
}