X-Git-Url: http://git.annexia.org/?p=virt-top.git;a=blobdiff_plain;f=virt-top%2FREADME;h=3b64e884e448d2f7a5110ab513758e429e1a858a;hp=ebebbfa4930509082e50fba08f341ed67fda40aa;hb=02f659ab60024d194977a58795232398350eec13;hpb=6116cbd975924cc971e1eff565fee63ced296d5c diff --git a/virt-top/README b/virt-top/README index ebebbfa..3b64e88 100644 --- a/virt-top/README +++ b/virt-top/README @@ -1,13 +1,11 @@ -$Id: README,v 1.1 2007/08/30 13:52:40 rjones Exp $ - The code is structured into these files: - virt_top_utils.ml + virt_top_utils.mli / virt_top_utils.ml String functions and other small utility functions. This is included directly into virt_top.ml. - virt_top.ml + virt_top.mli / virt_top.ml This is the virt-top program. @@ -38,6 +36,12 @@ The code is structured into these files: Any code which needs the optional ocaml-csv library goes in here. This implements the --csv command line option. + virt_top_calendar.ml + + Any code which needs the optional ocaml-calendar library + goes in here. This implements the --end-time command line + option. + virt_top_main.ml This is just a small bit of code to glue whatever modules