Lots of work on debugging diff xmit

This commit is contained in:
2021-11-21 13:35:39 -05:00
parent 0881e33c6f
commit b19825aaca
23 changed files with 338 additions and 99 deletions

View File

@@ -122,6 +122,7 @@
#include "luastack.hpp"
#include "streambuffer.hpp"
#include "debugcollector.hpp"
class SourceDB {
private:
@@ -155,7 +156,7 @@ public:
// The patch routine returns true if anything was modified.
//
void diff(const SourceDB &auth, StreamBuffer *sb);
bool patch(StreamBuffer *sb);
bool patch(StreamBuffer *sb, DebugCollector *dbc);
// run_unittests
//