Generated code for drop-caches command.
[libguestfs.git] / src / guestfs_protocol.c
index 6c00afc..395e710 100644 (file)
@@ -1508,6 +1508,16 @@ xdr_guestfs_mv_args (XDR *xdrs, guestfs_mv_args *objp)
 }
 
 bool_t
+xdr_guestfs_drop_caches_args (XDR *xdrs, guestfs_drop_caches_args *objp)
+{
+       register int32_t *buf;
+
+        if (!xdr_int (xdrs, &objp->whattodrop))
+                return FALSE;
+       return TRUE;
+}
+
+bool_t
 xdr_guestfs_procedure (XDR *xdrs, guestfs_procedure *objp)
 {
        register int32_t *buf;