summaryrefslogtreecommitdiff
path: root/include/ouroboros/common.h
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@intec.ugent.be>2016-06-22 16:05:56 +0200
committerSander Vrijders <sander.vrijders@intec.ugent.be>2016-06-22 16:07:56 +0200
commitfa0a0dbc88adcf9cff8bf35a253f020a49ff4084 (patch)
tree4af7b471aeeff9d5f6224c48fcaf067104ac0a07 /include/ouroboros/common.h
parentaa6255a605cac034089c78562c0d000aacd0af1e (diff)
downloadouroboros-fa0a0dbc88adcf9cff8bf35a253f020a49ff4084.tar.gz
ouroboros-fa0a0dbc88adcf9cff8bf35a253f020a49ff4084.zip
lib: Add errnos specific for Ouroboros
This adds error numbers specificly for Ouroboros. It also refactors some of the header files that are installed. Fixes #2
Diffstat (limited to 'include/ouroboros/common.h')
-rw-r--r--include/ouroboros/common.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/ouroboros/common.h b/include/ouroboros/common.h
index f2c8a9ec..039e1a83 100644
--- a/include/ouroboros/common.h
+++ b/include/ouroboros/common.h
@@ -39,4 +39,10 @@ enum qos_cube {
QOS_CUBE_VIDEO
};
+enum flow_state {
+ FLOW_NULL = 0,
+ FLOW_PENDING,
+ FLOW_ALLOCATED
+};
+
#endif /* OUROBOROS_COMMON_H */