summaryrefslogtreecommitdiffstats
path: root/gobject/Makefile.inc
diff options
context:
space:
mode:
authorWanlong Gao <gaowanlong@cn.fujitsu.com>2012-08-30 17:25:47 +0800
committerRichard W.M. Jones <rjones@redhat.com>2012-08-30 10:47:26 +0100
commit7036a3bccfab22eb4ed2e66ef0e69a058264e323 (patch)
treef1df0c790268f6fcd613e7a9b7d8013ca7912ba1 /gobject/Makefile.inc
parentbcbad66b185048ee49f58c49ae382f6e69d3c666 (diff)
downloadlibguestfs-7036a3bccfab22eb4ed2e66ef0e69a058264e323.tar.gz
libguestfs-7036a3bccfab22eb4ed2e66ef0e69a058264e323.tar.xz
libguestfs-7036a3bccfab22eb4ed2e66ef0e69a058264e323.zip
NEW API:xfs:xfs_repair
Add a new api xfs_repair for repairing an XFS filesystem. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com> RWMJ: - Fix non-error return path so it doesn't send two replies. - Document return code.
Diffstat (limited to 'gobject/Makefile.inc')
-rw-r--r--gobject/Makefile.inc6
1 files changed, 4 insertions, 2 deletions
diff --git a/gobject/Makefile.inc b/gobject/Makefile.inc
index 26d1c3c9..ba41b488 100644
--- a/gobject/Makefile.inc
+++ b/gobject/Makefile.inc
@@ -77,7 +77,8 @@ guestfs_gobject_headers= \
include/guestfs-gobject/optargs-rsync_in.h \
include/guestfs-gobject/optargs-rsync_out.h \
include/guestfs-gobject/optargs-xfs_admin.h \
- include/guestfs-gobject/optargs-hivex_open.h
+ include/guestfs-gobject/optargs-hivex_open.h \
+ include/guestfs-gobject/optargs-xfs_repair.h
guestfs_gobject_sources= \
src/session.c \
@@ -136,4 +137,5 @@ guestfs_gobject_sources= \
src/optargs-rsync_in.c \
src/optargs-rsync_out.c \
src/optargs-xfs_admin.c \
- src/optargs-hivex_open.c
+ src/optargs-hivex_open.c \
+ src/optargs-xfs_repair.c