using namespace std;
- bool
+ static bool
cmpFilesContentReg(const SFile& file1, const struct stat& stat1, const SFile& file2,
const struct stat& stat2)
{
}
- bool
+ static bool
cmpFilesContentLnk(const SFile& file1, const struct stat& stat1, const SFile& file2,
const struct stat& stat2)
{
}
- bool
+ static bool
cmpFilesContent(const SFile& file1, const struct stat& stat1, const SFile& file2,
const struct stat& stat2)
{
}
- unsigned int
+ static unsigned int
cmpFiles(const SFile& file1, const struct stat& stat1, const SFile& file2,
const struct stat& stat2)
{
}
- bool
+ static bool
filter(const string& name)
{
if (name == "/" SNAPSHOTS_NAME)
}
- void
+ static void
listSubdirs(const SDir& dir, const string& path, unsigned int status, cmpdirs_cb_t cb)
{
boost::this_thread::interruption_point();
};
- void
+ static void
cmpDirsWorker(const CmpData& cmp_data, const SDir& dir1, const SDir& dir2, const string& path);
- void
+ static void
lonesome(const SDir& dir, const string& path, const string& name, const struct stat& stat,
unsigned int status, cmpdirs_cb_t cb)
{
}
- void
+ static void
twosome(const CmpData& cmp_data, const SDir& dir1, const SDir& dir2, const string& path,
const string& name, const struct stat& stat1, const struct stat& stat2)
{
}
- void
+ static void
cmpDirsWorker(const CmpData& cmp_data, const SDir& dir1, const SDir& dir2, const string& path)
{
boost::this_thread::interruption_point();