Replace TREE_WALK_FILE with csync_file_stat_t
authorJocelyn Turcotte <jturcotte@woboq.com>
Thu, 17 Aug 2017 12:39:23 +0000 (14:39 +0200)
committerRoeland Jago Douma <roeland@famdouma.nl>
Thu, 5 Oct 2017 20:01:04 +0000 (22:01 +0200)
commit157e933ae54222f3abd5fd3553f93d9397255053
tree68ae636f63b1f36c67ada23a4d64dfa4de62c4ac
parent7fad4748630a0fdadfb583636453ea3c89782356
Replace TREE_WALK_FILE with csync_file_stat_t

Just expose csync_file_stat_t since we don't need an abstraction layer
anymore. Also pass the nodes of both trees directly to the visitor
function.

Issue #1817
src/csync/csync.cpp
src/csync/csync.h
src/libsync/syncengine.cpp
src/libsync/syncengine.h