switched GRouter to new serialization

This commit is contained in:
csoler 2017-04-25 21:21:46 +02:00
parent 0d7df568b4
commit 77e809ea4b
7 changed files with 343 additions and 195 deletions

View file

@ -132,7 +132,7 @@ class RsItem: public RsMemoryManagement::SmallObject
std::cerr << "(EE) RsItem::serial_process() called by an item using new serialization classes, but not derived! " << std::endl;
}
private:
protected:
uint32_t type;
RsPeerId peerId;
uint8_t _priority_level ;