~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/rpl_mi.h

  • Committer: Brian Aker
  • Date: 2008-07-13 22:21:51 UTC
  • Revision ID: brian@tangent.org-20080713222151-fv2tcpbsc829j2oc
Ulonglong to uint64_t

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
  uint port;
85
85
  uint connect_retry;
86
86
  float heartbeat_period;         // interface with CHANGE MASTER or master.info
87
 
  ulonglong received_heartbeats;  // counter of received heartbeat events
 
87
  uint64_t received_heartbeats;  // counter of received heartbeat events
88
88
  int events_till_disconnect;
89
89
  bool inited;
90
90
  volatile bool abort_slave;