Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 813 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 813 Bytes

libdftw

libdftw is a decentralized and distributed filesystem file treewalk function, similiar to ftw(3).

Dependencies

Usage

void dftw(const char *dirpath,
         int (*fn) (const char *fpath, const struct stat *sb, int typeflag))

RPM Creation

First, check the Build Status. If all tests are passing, create an rpm using the following instructions:

  1. rpmbuild -ta libdftw-<version>.tar.gz
  2. rpm --install <the appropriate RPM files>

Contributions

Please view the HACKING.md file for more information on how to contribute to libdftw.

COPYING

See the included COPYING file for additional information.