~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/rpl_mi.h

  • Committer: Brian Aker
  • Date: 2008-07-11 00:10:24 UTC
  • Revision ID: brian@tangent.org-20080711001024-5lrgorqxoc80i0nl
ulong cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
  bool inited;
90
90
  volatile bool abort_slave;
91
91
  volatile uint slave_running;
92
 
  volatile ulong slave_run_id;
 
92
  volatile uint32_t slave_run_id;
93
93
  /*
94
94
     The difference in seconds between the clock of the master and the clock of
95
95
     the slave (second - first). It must be signed as it may be <0 or >0.