~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin_scheduling.h

  • Committer: Brian Aker
  • Date: 2009-02-10 00:14:40 UTC
  • Revision ID: brian@tangent.org-20090210001440-qjg8eofh3h93064b
Adding Multi-threaded Scheduler into the system.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
typedef struct scheduling_st
27
27
{
28
 
  bool is_used;
29
28
  uint32_t max_threads;
30
29
  bool (*init_new_connection_thread)(void);
31
30
  bool (*add_connection)(Session *session);