~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/scheduling.h

  • Committer: Monty Taylor
  • Date: 2009-04-10 21:13:45 UTC
  • mto: (992.1.1 mordred)
  • mto: This revision was merged to the branch mainline in revision 990.
  • Revision ID: mordred@inaugust.com-20090410211345-8ti3nt2i2otjrjly
New-style plugin registration now works.
New-style plugin re-registration on the way.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
#include <drizzled/plugin/scheduler.h>
24
24
 
25
 
int scheduling_initializer (st_plugin_int *plugin);
26
25
int scheduling_finalizer (st_plugin_int *plugin);
27
26
Scheduler& get_thread_scheduler();
28
27
bool add_scheduler_factory(SchedulerFactory *scheduler);