From 46c7c4140b3cf5d65a536b26ecc9a5eb67b9c27e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Mon, 22 Mar 2010 14:57:00 +0000 Subject: [PATCH] Update API change in test. --- org.glite.lb.server/test/test_query_events.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { } -- 1.8.2.3