diff options
author | midipix <writeonce@midipix.org> | 2016-10-25 20:49:14 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-11 00:22:51 -0500 |
commit | f2737f6303b86bcdde64648bb08f0bd434f878cf (patch) | |
tree | 33e065a6f23c670340fdfb63f960ea106ff77e8c /include | |
parent | 5f2fd613307fca4aad473a45363b8703624b756c (diff) | |
download | mdso-f2737f6303b86bcdde64648bb08f0bd434f878cf.tar.bz2 mdso-f2737f6303b86bcdde64648bb08f0bd434f878cf.tar.xz |
mdso.h: enum mdso_custom_error(): definition and integration
Diffstat (limited to 'include')
-rw-r--r-- | include/mdso/mdso.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/mdso/mdso.h b/include/mdso/mdso.h index 1cceb7b..d8c5057 100644 --- a/include/mdso/mdso.h +++ b/include/mdso/mdso.h @@ -44,6 +44,16 @@ extern "C" { #define MDSO_ERROR_CHILD 0x0004 #define MDSO_ERROR_CUSTOM 0x0008 +enum mdso_custom_error { + MDSO_ERR_FLOW_ERROR, + MDSO_ERR_FLEE_ERROR, + MDSO_ERR_NULL_CONTEXT, + MDSO_ERR_NULL_SOURCE, + MDSO_ERR_INVALID_CONTEXT, + MDSO_ERR_INVALID_SOURCE, + MDSO_ERR_SOURCE_SIZE_ZERO, + MDSO_ERR_CAP, +}; struct mdso_source_version { int major; |