X-Git-Url: http://git.annexia.org/?p=virt-top.git;a=blobdiff_plain;f=virt-top%2Fvirt_top_csv.ml;h=3393e3a4e6235f8c84852c16e6521dc76a4c0704;hp=8f8c45d8464ead7e24cb78afec51de519554480f;hb=f2a2d508030d497e67b10d822d9dd1bc67036e78;hpb=3126bfee333b5c635dc60a54265936af06117f6a diff --git a/virt-top/virt_top_csv.ml b/virt-top/virt_top_csv.ml old mode 100755 new mode 100644 index 8f8c45d..3393e3a --- a/virt-top/virt_top_csv.ml +++ b/virt-top/virt_top_csv.ml @@ -19,6 +19,8 @@ This file contains all code which requires CSV support. *) +open Virt_top_gettext.Gettext + (* Output channel, or None if CSV output not enabled. *) let chan = ref None ;;