Changeset bace57b in network-game for common/MessageProcessor.h
- Timestamp:
- Jul 20, 2013, 1:24:43 PM (12 years ago)
- Branches:
- master
- Children:
- 64d22ac
- Parents:
- cc6a14a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
common/MessageProcessor.h
rcc6a14a rbace57b 78 78 79 79 int lastUsedId; 80 map<int, MessageContainer> sentMessages; 80 81 // map from message ids to maps from player addresses to message info 82 map<int, map<unsigned long, MessageContainer> > sentMessages; 83 84 // map from message ids to the time each mesage was acked 81 85 map<unsigned int, unsigned long long> ackedMessages; 82 86 };
Note:
See TracChangeset
for help on using the changeset viewer.