]> git.ipfire.org Git - thirdparty/coreutils.git/commit
di-set: manipulate sets of dev/inode pairs efficiently
authorJim Meyering <meyering@redhat.com>
Sun, 27 Jun 2010 21:29:07 +0000 (23:29 +0200)
committerJim Meyering <meyering@redhat.com>
Sun, 4 Jul 2010 06:40:40 +0000 (08:40 +0200)
commitf42496b72b4f829744c279d9e51fe698a52fbbfc
treea3c1bead46787ac3602dd206b41895737e9c21b4
parent6357909ee6cecaafc4636bd053d9a10ad8ac2dab
di-set: manipulate sets of dev/inode pairs efficiently

* gl/lib/di-set.c: Implementation.
* gl/lib/di-set.h: Declarations.
* gl/modules/di-set: Define module.
* gl/modules/di-set-tests: Define test module.
* gl/tests/test-di-set.c: Likewise.
gl/lib/di-set.c [new file with mode: 0644]
gl/lib/di-set.h [new file with mode: 0644]
gl/modules/di-set [new file with mode: 0644]
gl/modules/di-set-tests [new file with mode: 0644]
gl/tests/test-di-set.c [new file with mode: 0644]