Changeset 699 for trunk/pdns/pdns/syncres.hh
- Timestamp:
- 04/14/06 13:26:50 (4 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/syncres.hh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/syncres.hh
r697 r699 318 318 struct PacketID 319 319 { 320 PacketID() : sock(0), inNeeded(0), outPos(0) 320 PacketID() : sock(0), inNeeded(0), outPos(0), nearMisses(0) 321 321 {} 322 322 … … 330 330 string outMSG; // the outgoing message that needs to be sent 331 331 string::size_type outPos; // how far we are along in the outMSG 332 333 mutable uint32_t nearMisses; // number of near misses - host correct, id wrong 332 334 333 335 bool operator<(const PacketID& b) const