~skinny.moey/drizzle/transaction_id_innodb

« back to all changes in this revision

Viewing changes to plugin/pbxt/src/thread_xt.h

  • Committer: Joseph Daly
  • Date: 2010-10-31 20:44:18 UTC
  • mfrom: (1856.2.38 build)
  • Revision ID: skinny.moey@gmail.com-20101031204418-dq03jokakmudu3iu
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
241
241
class XTTask;
242
242
 
243
243
/* Run a task. The thread input is the thread that is running the task. */
244
 
typedef xtBool (*XTDoTaskFunc)(struct XTTask *task_data, struct XTThread *thread);
245
 
typedef void (*XTFreeTaskFunc)(struct XTTask *task_data);
 
244
typedef xtBool (*XTDoTaskFunc)(XTTask *task_data, XTThread *thread);
 
245
typedef void (*XTFreeTaskFunc)(XTTask *task_data);
246
246
 
247
247
class XTTask {
248
248
        public: