Add the XAttr backend prototype with its test suite
authorKevin Ottens <kevin.ottens@nextcloud.com>
Thu, 14 Jan 2021 11:55:58 +0000 (12:55 +0100)
committerKevin Ottens <kevin.ottens@nextcloud.com>
Thu, 14 Jan 2021 11:57:03 +0000 (12:57 +0100)
commit1aeb77c967db8b54d58d5009df432ca24b869654
treed6f2ef0feb6ffc1c831cfd9ba97cdda9ffc251bc
parent7c8b7db725655b8ee9c5fd334972e49400ea7576
Add the XAttr backend prototype with its test suite

Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
src/libsync/CMakeLists.txt
src/libsync/vfs/xattr/vfs_xattr.cpp [new file with mode: 0644]
src/libsync/vfs/xattr/vfs_xattr.h [new file with mode: 0644]
src/libsync/vfs/xattr/xattrwrapper.h [new file with mode: 0644]
src/libsync/vfs/xattr/xattrwrapper_linux.cpp [new file with mode: 0644]
test/CMakeLists.txt
test/testsyncxattr.cpp [new file with mode: 0644]