~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/scheduler.h

merge latest from trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
  struct event* io_event;
61
61
  LIST list;
62
62
  bool thread_attached;  /* Indicates if THD is attached to the OS thread */
63
 
  
 
63
 
64
64
  thd_scheduler();
65
65
  ~thd_scheduler();
 
66
  thd_scheduler(const thd_scheduler&);
 
67
  void operator=(const thd_scheduler&);
66
68
  bool init(THD* parent_thd);
67
69
  bool thread_attach();
68
70
  void thread_detach();