Initial implementation of lpxclient

This commit is contained in:
2021-11-09 16:27:39 -05:00
parent 6172fb983c
commit 051e6bc8bf
7 changed files with 229 additions and 29 deletions

View File

@@ -212,7 +212,8 @@ public:
//
void snapshot();
void rollback();
bool snapshot_empty() { return snapshot_.empty(); }
// Run any threads which according to the scheduler queue are ready.
//
void run_scheduled_threads(int64_t clk);
@@ -366,7 +367,7 @@ public:
// This is the main entry point for difference transmission.
//
void patch_everything(StreamBuffer *sb);
int64_t patch_everything(StreamBuffer *sb);
void diff_everything(int64_t actor, World *master, StreamBuffer *sb);
public: