Lots of work on debugging diff xmit
This commit is contained in:
@@ -80,6 +80,7 @@
|
||||
#include "streambuffer.hpp"
|
||||
#include "util.hpp"
|
||||
#include "invocation.hpp"
|
||||
#include "debugcollector.hpp"
|
||||
#include <deque>
|
||||
#include <string>
|
||||
#include <memory>
|
||||
@@ -132,7 +133,7 @@ public:
|
||||
|
||||
// Difference transmission
|
||||
void diff(const PrintBuffer &auth, StreamBuffer *sb) const;
|
||||
void patch(StreamBuffer *sb);
|
||||
void patch(StreamBuffer *sb, DebugCollector *dbc);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user