Commit 5fea2e3a authored by Lucas Russo's avatar Lucas Russo

src/sm_io/sm_io_err.*: add "bad message" error

parent 6040b55d
......@@ -21,6 +21,7 @@ static const char *smio_err [SMIO_ERR_END] =
[SMIO_ERR_EXPORT_OP] = "Could not export function",
[SMIO_ERR_CONFIG_DFLT] = "Could not configure the default values",
[SMIO_ERR_MSG_NOT_SUPP] = "Exported message not supported",
[SMIO_ERR_BAD_MSG] = "Malformed message received",
[SMIO_ERR_INTERRUPTED_POLLER] = "Poller interrupted. zeroMQ context was "
"terminated or received interrupt signal",
[SMIO_ERR_INV_SOCKET] = "Invalid socket reference"
......
......@@ -22,6 +22,7 @@ enum _smio_err_e
SMIO_ERR_EXPORT_OP, /* Error exporting function */
SMIO_ERR_CONFIG_DFLT, /* Error configuring the default values */
SMIO_ERR_MSG_NOT_SUPP, /* Exported message not supported */
SMIO_ERR_BAD_MSG, /* Malformed message received */
SMIO_ERR_INTERRUPTED_POLLER, /* SMIO Poller interrupted. zeroMQ context was
terminated or received interrupt signal */
SMIO_ERR_INV_SOCKET, /* Invalid socket reference */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment