~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pool_of_threads/session_scheduler.cc

  • Committer: Jay Pipes
  • Date: 2009-02-04 15:44:25 UTC
  • mfrom: (829 drizzle)
  • mto: This revision was merged to the branch mainline in revision 830.
  • Revision ID: jpipes@serialcoder-20090204154425-th8xfk2ujz2y8xwg
Merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#include "session_scheduler.h"
28
28
 
29
29
/* Prototype */
 
30
extern "C"
30
31
void libevent_io_callback(int Fd, short Operation, void *ctx);
31
32
bool libevent_should_close_connection(Session* session);
32
33
void libevent_session_add(Session* session);