Implement libvirt calls.
[virt-kernel-info.git] / src / internal.h
index 7bc4832..300b7f6 100644 (file)
@@ -71,9 +71,9 @@
 typedef void (*tool_run_fn) (void); /* XXX */
 
 struct tool {
-  const char *name;            /* Tool name, eg. "ps" */
+  const char *name;            /* Tool name, eg. "dmesg" */
 
-  int external_cmd; /* Is the tool an external command, eg. "virt-ps" */
+  int external_cmd; /* Is the tool an external command, eg. "virt-dmesg" */
 
   const char *summary;         /* Tool-specific one line summary. */
   const char *description;     /* Long description. */