~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/scheduler.h

  • Committer: David Shrewsbury
  • Date: 2010-08-05 20:33:18 UTC
  • mto: (1689.1.4 build)
  • mto: This revision was merged to the branch mainline in revision 1692.
  • Revision ID: shrewsbury.dave@gmail.com-20100805203318-r5i15i9ibfu4khgy
Fix for bug 532481: fixes OS X crash by support thread_stack option

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
  static bool setPlugin(const std::string& name);
72
72
  static Scheduler *getScheduler();
73
73
 
 
74
  /**
 
75
   * Return the thread stack size that should be used for all threads.
 
76
   */
 
77
  size_t getThreadStackSize() const;
 
78
 
74
79
};
75
80
 
76
81
} /* namespace plugin */