~ubuntu-branches/ubuntu/wily/dovecot/wily

« back to all changes in this revision

Viewing changes to src/director/director.h

  • Committer: Package Import Robot
  • Author(s): Jelmer Vernooij
  • Date: 2015-05-24 15:01:19 UTC
  • mto: (4.1.53 sid)
  • mto: This revision was merged to the branch mainline in revision 102.
  • Revision ID: package-import@ubuntu.com-20150524150119-hsh6cbr1fqseapga
Tags: upstream-2.2.18
ImportĀ upstreamĀ versionĀ 2.2.18

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
 
80
80
        time_t ring_first_alone;
81
81
 
 
82
        uint64_t num_requests;
 
83
        uint64_t ring_traffic_input, ring_traffic_output;
 
84
 
82
85
        /* director ring handshaking is complete.
83
86
           director can start serving clients. */
84
87
        unsigned int ring_handshaked:1;