summaryrefslogtreecommitdiffstats
path: root/virt-df/virt_df_main.ml
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2008-04-14 17:48:49 +0100
committerRichard W.M. Jones <rjones@redhat.com>2008-04-14 17:48:49 +0100
commite6050cae9eee80791c3bb26f34c61f7dc89b142f (patch)
treeb28a392238e37d114b5367969dbdf7f44f852bb8 /virt-df/virt_df_main.ml
parentf31c12ec325dd0f4f77e278c243d89da4ea228b8 (diff)
downloadvirt-top-e6050cae9eee80791c3bb26f34c61f7dc89b142f.tar.gz
virt-top-e6050cae9eee80791c3bb26f34c61f7dc89b142f.tar.xz
virt-top-e6050cae9eee80791c3bb26f34c61f7dc89b142f.zip
Complete rewrite of virt-df:
- Uses pa_bitmatch for robust parsing of disk structures. - Completely modularized.
Diffstat (limited to 'virt-df/virt_df_main.ml')
-rw-r--r--[-rwxr-xr-x]virt-df/virt_df_main.ml3
1 files changed, 3 insertions, 0 deletions
diff --git a/virt-df/virt_df_main.ml b/virt-df/virt_df_main.ml
index bc4096b..1359b28 100755..100644
--- a/virt-df/virt_df_main.ml
+++ b/virt-df/virt_df_main.ml
@@ -17,4 +17,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*)
+(* We just need this so that the filesystem modules get a chance to
+ * register themselves before we run the main program.
+ *)
let () = Virt_df.main ()