X-Git-Url: http://git.annexia.org/?p=virt-top.git;a=blobdiff_plain;f=virt-top%2Fvirt_top_main.ml;h=a36bf06de3f29745a70c828c65ee0f3d9b8f3877;hp=58413629bbcb35e76bda36b80ff9cff76453b828;hb=0e09861c06a0c274bcfdacceaee347f8aaa969cb;hpb=a8b837d5018c488a130fcbea425904817a862210 diff --git a/virt-top/virt_top_main.ml b/virt-top/virt_top_main.ml index 5841362..a36bf06 100644 --- a/virt-top/virt_top_main.ml +++ b/virt-top/virt_top_main.ml @@ -1,5 +1,4 @@ (* 'top'-like tool for libvirt domains. - * $Id: virt_top_main.ml,v 1.2 2007/08/30 13:16:57 rjones Exp $ * * Just contains the main function. *) @@ -15,10 +14,10 @@ open Virt_top * the program under --debug ...). *) let error = - let state = start_up () in + let setup = start_up () in try - main_loop state; + main_loop setup; endwin (); false with