summaryrefslogtreecommitdiff
path: root/ndb
diff options
context:
space:
mode:
authorunknown <serg@serg.mylan>2005-10-08 16:39:55 +0200
committerunknown <serg@serg.mylan>2005-10-08 16:39:55 +0200
commit0f60474f290683d2fc468c0081a1058f3f152c16 (patch)
tree5131856f24706c7b976877506a4c7f7a2615d9e6 /ndb
parent970150d14e83b74e66cd61b9f77aa9c378a94ec7 (diff)
downloadmariadb-git-0f60474f290683d2fc468c0081a1058f3f152c16.tar.gz
pthread_handler_decl() changed to be ctags-friendly
(and contain extern "C" when necessary)
Diffstat (limited to 'ndb')
-rw-r--r--ndb/src/ndbapi/ndb_cluster_connection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/src/ndbapi/ndb_cluster_connection.cpp b/ndb/src/ndbapi/ndb_cluster_connection.cpp
index 7625da609b0..34079c3e35f 100644
--- a/ndb/src/ndbapi/ndb_cluster_connection.cpp
+++ b/ndb/src/ndbapi/ndb_cluster_connection.cpp
@@ -86,7 +86,7 @@ const char *Ndb_cluster_connection::get_connectstring(char *buf,
return 0;
}
-extern "C" pthread_handler_decl(run_ndb_cluster_connection_connect_thread, me)
+pthread_handler_t run_ndb_cluster_connection_connect_thread(void *me)
{
g_run_connect_thread= 1;
((Ndb_cluster_connection_impl*) me)->connect_thread();