summaryrefslogtreecommitdiffstats
path: root/java/examples/InspectVM.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/examples/InspectVM.java')
-rw-r--r--java/examples/InspectVM.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/examples/InspectVM.java b/java/examples/InspectVM.java
index d92aa70f..1feadbe5 100644
--- a/java/examples/InspectVM.java
+++ b/java/examples/InspectVM.java
@@ -35,7 +35,7 @@ public class InspectVM
}
};
- g.add_drive_opts (disk, optargs);
+ g.add_drive (disk, optargs);
// Run the libguestfs back-end.
g.launch ();