~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/zeromq/zeromq_log.h

  • Committer: Marcus Eriksson
  • Date: 2011-08-08 18:51:23 UTC
  • mto: This revision was merged to the branch mainline in revision 2391.
  • Revision ID: marcuse@marcuse-laptop-20110808185123-32136r30h10d0irj
add schema as first frame and add some initial docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
private:
47
47
  void *_socket;
48
48
  pthread_mutex_t publishLock;
 
49
  std::string getSchemaName(const drizzled::message::Transaction &txn);
49
50
public:
50
51
 
51
52
  /**