[Libguestfs] [PATCH v5 0/5] New API: filesystem_walk

Matteo Cafasso noxdafox at gmail.com
Mon Apr 11 18:50:53 UTC 2016


v5:

 - fixed compile-time warning

 - removed unused flag enumeration

 - new version 1.33.19

Patch ready for review.

Matteo Cafasso (5):
  generator: Added tsk_dirent struct
  configure: Added libtsk compile-time check
  New API: internal_filesystem_walk
  New API: filesystem_walk
  lib: Added filesystem_walk command tests

 daemon/Makefile.am                |   4 +-
 daemon/tsk.c                      | 226 ++++++++++++++++++++++++++++++++++++++
 docs/guestfs-building.pod         |   4 +
 generator/actions.ml              | 106 ++++++++++++++++++
 generator/structs.ml              |  15 ++-
 m4/guestfs_daemon.m4              |   8 ++
 src/MAX_PROC_NR                   |   2 +-
 src/Makefile.am                   |   1 +
 src/tsk.c                         | 123 +++++++++++++++++++++
 tests/tsk/Makefile.am             |   3 +-
 tests/tsk/test-filesystem-walk.sh |  64 +++++++++++
 11 files changed, 552 insertions(+), 4 deletions(-)
 create mode 100644 daemon/tsk.c
 create mode 100644 src/tsk.c
 create mode 100755 tests/tsk/test-filesystem-walk.sh

--
2.8.0.rc3




More information about the Libguestfs mailing list