~drizzle-trunk/drizzle/development

1
2
3
4
5
6
7
8
9
10
11
[plugin]
title=Pool of Threads Scheduler
description=Pool of Threads Scheduler
sources=pool_of_threads.cc session_scheduler.cc
headers=pool_of_threads.h session_scheduler.h
load_by_default=yes
cxxflags=${PROTOSKIP_WARNINGS}
ldflags=${LTLIBEVENT}
build_conditional="x$ac_cv_libevent" = "xyes"
#uncomment when pool_of_threads shutdown is fixed
testsuite=disable