~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/scheduler.h

Merge in Joe's transaction id code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
  static void removePlugin(plugin::Scheduler *sced);
71
71
  static bool setPlugin(const std::string& name);
72
72
  static Scheduler *getScheduler();
73
 
 
74
73
};
75
74
 
76
75
} /* namespace plugin */