Skip to content

Commit

Permalink
Fix message type codes
Browse files Browse the repository at this point in the history
  • Loading branch information
EinKrebs committed Feb 12, 2025
1 parent 9d7535a commit 37ef87d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/msgproto.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ const char MessageTypeCat = 42;
const char MessageTypeCatV2 = 54;
const char MessageTypePut = 43;
const char MessageTypePutV2 = 53;
const char MessageTypePutV3 = 54;
const char MessageTypePutV3 = 56;
const char MessageTypeCommandComplete = 44;
const char MessageTypeReadyForQuery = 45;
const char MessageTypeCopyData = 46;
const char MessageTypeList = 48;
const char MessageTypeObjectMeta = 49;
const char MessageTypePutComplete = 55;
const char MessageTypePutComplete = 57;

const char MessageTypeDelete = 47;

Expand Down

0 comments on commit 37ef87d

Please sign in to comment.