diff src/main.c @ 799:278962ba162a

use the new notification for collections
author nadvornik
date Sat, 07 Jun 2008 10:45:33 +0000
parents baade53888be
children cb957189e723
line wrap: on
line diff
--- a/src/main.c	Sat Jun 07 10:18:30 2008 +0000
+++ b/src/main.c	Sat Jun 07 10:45:33 2008 +0000
@@ -683,6 +683,7 @@
 
 	/* register global notify functions */
 	file_data_register_notify_func(cache_notify_cb, NULL, NOTIFY_PRIORITY_HIGH);
+	file_data_register_notify_func(collect_manager_notify_cb, NULL, NOTIFY_PRIORITY_LOW);
 
 	parse_command_line_for_debug_option(argc, argv);