From: František Dvořák Date: Mon, 22 Mar 2010 14:57:00 +0000 (+0000) Subject: Update API change in test. X-Git-Tag: glite-jobid-api-c_R_1_0_2_1~15 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=46c7c4140b3cf5d65a536b26ecc9a5eb67b9c27e;p=jra1mw.git Update API change in test. --- diff --git a/org.glite.lb.server/test/test_query_events.cpp b/org.glite.lb.server/test/test_query_events.cpp index de03732..ba9e46f 100644 --- a/org.glite.lb.server/test/test_query_events.cpp +++ b/org.glite.lb.server/test/test_query_events.cpp @@ -131,7 +131,7 @@ int QueryEventsTest::ExecStmt(const char *qry, glite_lbu_Statement *stmt_out) } extern "C" { -int glite_lbu_InitDBContext(glite_lbu_DBContext *ctx, int backend) { return 0; } +int glite_lbu_InitDBContext(glite_lbu_DBContext *ctx, int backend, char *log_category) { return 0; } void glite_lbu_FreeDBContext(glite_lbu_DBContext ctx) { } int glite_lbu_DBConnect(glite_lbu_DBContext ctx, const char*str) { return 0; } void glite_lbu_DBClose(glite_lbu_DBContext ctx) { }