Skip to content

Commit f9735f8

Browse files
committed
parallel recursive copy
1 parent 8dfc31a commit f9735f8

File tree

8 files changed

+743
-2
lines changed

8 files changed

+743
-2
lines changed

include/xattrs.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ struct xattrs {
159159

160160
/* sets up and clean up internal structure only, not the pointer itself */
161161
int xattrs_setup(struct xattrs *xattrs);
162+
int xattrs_alloc(struct xattrs *xattrs);
162163
void xattrs_cleanup(struct xattrs *xattrs);
163164

164165
/* filesystem xattr interactions */

src/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ set(C_SOURCES
176176
gufi_treesummary.c
177177
gufi_treesummary_all.c
178178
gufi_unrollup.c
179+
parallel_cpr.c
179180
parallel_rmr.c
180181
querydbs.c
181182
)

0 commit comments

Comments
 (0)