low level toxsync stuff all wired up, now only the highlevel sync logic is missing

This commit is contained in:
2023-12-30 18:52:50 +01:00
parent 45a3915985
commit 619ac3ad16
8 changed files with 482 additions and 5 deletions

View File

@ -0,0 +1,17 @@
#include "./crdtnotes_sync.hpp"
void CRDTNotesSync::onCRDTNSyncEvent(Events::NGCEXT_crdtns_gossip&& e) {
}
void CRDTNotesSync::onCRDTNSyncEvent(Events::NGCEXT_crdtns_gossip_frontier&& e) {
}
void CRDTNotesSync::onCRDTNSyncEvent(Events::NGCEXT_crdtns_fetch_complete_frontier&& e) {
}
void CRDTNotesSync::onCRDTNSyncEvent(Events::NGCEXT_crdtns_fetch_op_range&& e) {
}
void CRDTNotesSync::onCRDTNSyncEvent(Events::NGCEXT_crdtns_ops&& e) {
}