idl/mutation: add counter serialisation logic

This commit is contained in:
Paweł Dziepak
2017-01-06 11:30:19 +00:00
parent 47d14906e6
commit 9f1ebd4f7c
6 changed files with 79 additions and 2 deletions

View File

@@ -19,6 +19,7 @@
* along with Scylla. If not, see <http://www.gnu.org/licenses/>.
*/
#include "counters.hh"
#include "commitlog_entry.hh"
#include "idl/uuid.dist.hh"
#include "idl/keys.dist.hh"
@@ -83,4 +84,4 @@ commitlog_entry_reader::commitlog_entry_reader(const temporary_buffer<char>& buf
return ser::deserialize(in, boost::type<commitlog_entry>());
}())
{
}
}