heartbeat handler加分号

This commit is contained in:
linqiucen
2024-07-01 06:47:27 +00:00
committed by ob-robot
parent 2fc6bcb35d
commit a23bcd2c9c

View File

@ -24,7 +24,7 @@ static const char *OB_DATA_DISK_STATUS_STR[] = {"INVALID", "NORMAL", "ERROR"};
OB_SERIALIZE_MEMBER( OB_SERIALIZE_MEMBER(
ObServerHealthStatus, ObServerHealthStatus,
data_disk_status_ data_disk_status_
) );
ObServerHealthStatus::ObServerHealthStatus() ObServerHealthStatus::ObServerHealthStatus()
: data_disk_status_(ObDataDiskStatus::DATA_DISK_STATUS_INVALID) : data_disk_status_(ObDataDiskStatus::DATA_DISK_STATUS_INVALID)
{ {