Index: TDDefs.h =================================================================== diff -u -rbbb488dc82c160e1fa8a5d6b02f417a2dd398b62 -r33356d7f479c426e1602a9bcf0f74e9dd35f592d --- TDDefs.h (.../TDDefs.h) (revision bbb488dc82c160e1fa8a5d6b02f417a2dd398b62) +++ TDDefs.h (.../TDDefs.h) (revision 33356d7f479c426e1602a9bcf0f74e9dd35f592d) @@ -781,15 +781,16 @@ typedef enum Generic_Confirm_Id GENERIC_CONFIRM_ID_T; ///< Type for generic confirm enumeration /// List of confirmation request status -typedef enum Confirmation_Status +enum Confirmation_Status { CONFIRMATION_REQUEST_STATUS_REJECTED = 0, ///< Confirmation status rejected CONFIRMATION_REQUEST_STATUS_ACCEPTED, ///< Confirmation status accepted CONFIRMATION_REQUEST_STATUS_TIMEOUT, ///< Confirmation status timeout CONFIRMATION_REQUEST_STATUS_PENDING, ///< Confirmation status pending response CONFIRMATION_REQUEST_STATUS_UNUSED, ///< Confirmation status Unused NUM_OF_CONFIRMATION_REQUEST_STATUS ///< Number of confirmation status -} CONFIRMATION_REQUEST_STATUS_T; +}; +typedef enum Confirmation_Status CONFIRMATION_REQUEST_STATUS_T; /**@}*/