From 5186251f8f681f2ebb028423bb49a748861fd11e Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 1 Jul 2009 20:56:58 +0100 Subject: Add 'readdir' call. This adds a readdir call (mostly intended for programs). The return value is a list of guestfs_dirent structures. This adds the new types 'struct guestfs_dirent' and 'struct guestfs_dirent_list', along with all the code to return these in the different language bindings. Also includes additional tests for OCaml and Perl bindings to test this. --- java/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'java/Makefile.am') diff --git a/java/Makefile.am b/java/Makefile.am index 633ecdad..ea90a482 100644 --- a/java/Makefile.am +++ b/java/Makefile.am @@ -25,6 +25,7 @@ java_sources = \ $(CPTH)/LV.java \ $(CPTH)/Stat.java \ $(CPTH)/StatVFS.java \ + $(CPTH)/Dirent.java \ $(CPTH)/GuestFS.java java_tests = \ -- cgit