~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/rabbitmq/rabbitmq_handler.h

  • Committer: Marcus Eriksson
  • Date: 2011-03-31 13:02:08 UTC
  • mto: This revision was merged to the branch mainline in revision 2263.
  • Revision ID: krummas@gmail.com-20110331130208-owwps8woa5qx31d1
add mutex - TransactionAppliers are not single threaded

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
  const std::string &virtualhost;
69
69
  const std::string &exchange;
70
70
  const std::string &routingKey;
 
71
  pthread_mutex_t publishLock;
71
72
public:
72
73
  /**
73
74
   * @brief