Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Better split of layouts and appenders in the logs (let's not stick to the weirdness...
[simgrid.git] / src / xbt / xbt_log_layout_simple.c
index ec68d8b..f13017d 100644 (file)
@@ -59,7 +59,7 @@ static char *xbt_log_layout_simple_doit(xbt_log_layout_t l,
   return res;
 }
 
   return res;
 }
 
-xbt_log_layout_t xbt_log_layout_simple_new() {
+xbt_log_layout_t xbt_log_layout_simple_new(char *arg) {
   xbt_log_layout_t res = xbt_new0(s_xbt_log_layout_t,1);
   res->do_layout = xbt_log_layout_simple_doit;
   return res;
   xbt_log_layout_t res = xbt_new0(s_xbt_log_layout_t,1);
   res->do_layout = xbt_log_layout_simple_doit;
   return res;