str-ha source code architecture

关键结构体

typedef enum
{
    SM_OKAY,
    SM_NOT_FOUND,
    SM_NO_MSG,
    SM_FAILED,
    SM_NOT_IMPLEMENTED,
    SM_ERROR_MAX
} SmErrorT;
Table of Contents