~eday/drizzle/eday-dev

« back to all changes in this revision

Viewing changes to plugin/pool_of_threads/pool_of_threads.h

  • Committer: Eric Day
  • Date: 2010-01-07 20:02:38 UTC
  • mfrom: (971.3.291 staging)
  • Revision ID: eday@oddments.org-20100107200238-uqw8v6kv9pl7nny5
Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
  void doIO(session_scheduler *sched);
106
106
  void killSession(int Fd);
107
107
  void addSession(int Fd);
108
 
  pthread_handler_t mainLoop();
 
108
  void *mainLoop();
109
109
  void sessionAddToQueue(session_scheduler *sched);
110
110
 
111
111