Split up huge Top module into smaller modules.
[virt-top.git] / src / opt_csv.ml
index 6c3b2be..6625c61 100644 (file)
@@ -28,7 +28,7 @@ Top.csv_start :=
   fun filename ->
     chan := Some (open_out filename) ;;
 
-Top.csv_write :=
+Csv_output.csv_write :=
   fun row ->
     match !chan with
     | None -> ()                       (* CSV output not enabled. *)