]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - fade.c
sched: Allow more than one running scheduler instance.
[paraslash.git] / fade.c
diff --git a/fade.c b/fade.c
index 04ca923770ec069bda49d3a069fac795fd461ac1..1aced9df5ad732aa4208dcbd87105b555425303b 100644 (file)
--- a/fade.c
+++ b/fade.c
@@ -27,7 +27,7 @@
 INIT_FADE_ERRLISTS;
 static struct fade_args_info conf;
 
-__printf_2_3 void para_log(__a_unused int ll, const char *fmt, ...)
+__printf_2_3 void date_log(__a_unused int ll, const char *fmt, ...)
 {
        va_list argp;
        time_t t1;
@@ -40,6 +40,7 @@ __printf_2_3 void para_log(__a_unused int ll, const char *fmt, ...)
        vprintf(fmt, argp);
        va_end(argp);
 }
+__printf_2_3 void (*para_log)(int, const char*, ...) = date_log;
 
 /*
  * Open the mixer device.