|
@@ -261,6 +261,9 @@ static inline const char *cmdname(enum drbd_packets cmd)
|
|
|
[P_OV_REQUEST] = "OVRequest",
|
|
|
[P_OV_REPLY] = "OVReply",
|
|
|
[P_OV_RESULT] = "OVResult",
|
|
|
+ [P_CSUM_RS_REQUEST] = "CsumRSRequest",
|
|
|
+ [P_RS_IS_IN_SYNC] = "CsumRSIsInSync",
|
|
|
+ [P_COMPRESSED_BITMAP] = "CBitmap",
|
|
|
[P_MAX_CMD] = NULL,
|
|
|
};
|
|
|
|