1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-12-17 01:02:23 +03:00

Changed the message magic from a macro to a const uint.

This commit is contained in:
Patrick LeBlanc
2019-01-21 16:39:09 -06:00
parent 20b0d3b88b
commit 50daf50b82

View File

@@ -7,7 +7,7 @@
namespace storagemanager
{
#define SM_MSG_START 0xbf65a7e1
static const uint SM_MSG_START=0xbf65a7e1;
enum Opcodes {
OPEN,