~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin_scheduling.h

  • Committer: Stewart Smith
  • Date: 2009-03-12 14:52:27 UTC
  • mfrom: (931 drizzle)
  • mto: (937.2.1 sparc)
  • mto: This revision was merged to the branch mainline in revision 932.
  • Revision ID: stewart@flamingspork.com-20090312145227-yaxnwfewrkeic5em
merge

Show diffs side-by-side

added added

removed removed

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