Lots of work on debugging diff xmit
This commit is contained in:
@@ -70,6 +70,7 @@
|
||||
#include <deque>
|
||||
#include "luastack.hpp"
|
||||
#include "streambuffer.hpp"
|
||||
#include "debugcollector.hpp"
|
||||
|
||||
class IdGlobalPool {
|
||||
public:
|
||||
@@ -165,7 +166,7 @@ public:
|
||||
// Difference transmission
|
||||
//
|
||||
void diff(const IdPlayerPool &auth, StreamBuffer *sb) const;
|
||||
void patch(StreamBuffer *sb);
|
||||
void patch(StreamBuffer *sb, DebugCollector *dbc);
|
||||
|
||||
// Debug string.
|
||||
std::string debug_string() const;
|
||||
|
||||
Reference in New Issue
Block a user