Fixed test compilation and small error.

This commit is contained in:
Jan Lindström
2013-08-09 13:23:10 +03:00
parent 1f3665c8b0
commit dd4f5c88de
7 changed files with 16 additions and 241 deletions

View File

@ -72,7 +72,7 @@ int main(int argc, char** argv)
NULL
};
skygw_logmanager_init(NULL, 3, (char **)&opts);
skygw_logmanager_init(3, (char **)&opts);
err = tb_replication_consistency_init(mrl, k, 5, TBR_TRACE_DEBUG);