~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/slave/queue_producer.h

  • Committer: Brian Aker
  • Date: 2011-11-26 23:14:59 UTC
  • mto: This revision was merged to the branch mainline in revision 2465.
  • Revision ID: brian@tangent.org-20111126231459-pa9i3arizevf0vlr
Remove con from being passed object.

Show diffs side-by-side

added added

removed removed

Lines of Context:
125
125
  uint32_t _master_id;
126
126
 
127
127
  drizzle_st *_drizzle;
128
 
  drizzle_con_st _connection;
 
128
  drizzle_con_st *_connection;
129
129
  drizzle_return_t _last_return;
130
130
 
131
131
  bool _is_connected;