idl/mutation: add counter serialisation logic
This commit is contained in:
@@ -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>());
|
||||
}())
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user