X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=src%2Fguestfs_protocol.c;h=2838d95c88b3fe71d955cd34305d8e9d6d4f0344;hp=c2e96da3e987ae19efc13e6e6e2ff9f0b2b23f12;hb=c41fe04a652437c920acb0e820762c53bf44a139;hpb=1fc41b39dac877ccec1284da8bb14baa4df368b8 diff --git a/src/guestfs_protocol.c b/src/guestfs_protocol.c index c2e96da..2838d95 100644 --- a/src/guestfs_protocol.c +++ b/src/guestfs_protocol.c @@ -1829,6 +1829,16 @@ xdr_guestfs_find_ret (XDR *xdrs, guestfs_find_ret *objp) } bool_t +xdr_guestfs_e2fsck_f_args (XDR *xdrs, guestfs_e2fsck_f_args *objp) +{ + register int32_t *buf; + + if (!xdr_string (xdrs, &objp->device, ~0)) + return FALSE; + return TRUE; +} + +bool_t xdr_guestfs_procedure (XDR *xdrs, guestfs_procedure *objp) { register int32_t *buf;