~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/scheduler.h

  • Committer: lbieber
  • Date: 2010-08-07 04:39:24 UTC
  • mfrom: (1689.1.4 build)
  • Revision ID: lbieber@orisndriz03-20100807043924-4vy115c76wuwyfmb
Merge Shrews - fix incorrect cast of unsigned to signed

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 */