summaryrefslogtreecommitdiffstats
path: root/src/guestfs_protocol.x
diff options
context:
space:
mode:
Diffstat (limited to 'src/guestfs_protocol.x')
-rw-r--r--src/guestfs_protocol.x5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/guestfs_protocol.x b/src/guestfs_protocol.x
index 6c1f84e7..b2baab52 100644
--- a/src/guestfs_protocol.x
+++ b/src/guestfs_protocol.x
@@ -715,6 +715,10 @@ struct guestfs_find_ret {
str names<>;
};
+struct guestfs_e2fsck_f_args {
+ string device<>;
+};
+
enum guestfs_procedure {
GUESTFS_PROC_MOUNT = 1,
GUESTFS_PROC_SYNC = 2,
@@ -823,6 +827,7 @@ enum guestfs_procedure {
GUESTFS_PROC_LVRESIZE = 105,
GUESTFS_PROC_RESIZE2FS = 106,
GUESTFS_PROC_FIND = 107,
+ GUESTFS_PROC_E2FSCK_F = 108,
GUESTFS_PROC_NR_PROCS
};