diff options
author | Dimitri Staessens <dimitri.staessens@ugent.be> | 2018-06-07 16:01:40 +0200 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@ugent.be> | 2018-06-07 17:52:10 +0200 |
commit | 91180700a44e857311ecc9eadbfc27c7f9b802cb (patch) | |
tree | 72e73b7ece2072e72a6d777bbc7276760830b0eb /src/ipcpd/config.h.in | |
parent | 88f77ed5ef8d354664bac6d3c8af3d96cae640a4 (diff) | |
download | ouroboros-91180700a44e857311ecc9eadbfc27c7f9b802cb.tar.gz ouroboros-91180700a44e857311ecc9eadbfc27c7f9b802cb.zip |
ipcpd: Add priority for raw flows
The raw flows had no priority assigned, causing the scheduler to fail
on creation.
Signed-off-by: Dimitri Staessens <dimitri.staessens@ugent.be>
Signed-off-by: Sander Vrijders <sander.vrijders@ugent.be>
Diffstat (limited to 'src/ipcpd/config.h.in')
-rw-r--r-- | src/ipcpd/config.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ipcpd/config.h.in b/src/ipcpd/config.h.in index 197f51bc..b7806f60 100644 --- a/src/ipcpd/config.h.in +++ b/src/ipcpd/config.h.in @@ -38,6 +38,7 @@ #cmakedefine HAVE_LIBGCRYPT /* normal IPCP */ +#define QOS_PRIO_RAW @IPCP_QOS_CUBE_RAW_PRIO@ #define QOS_PRIO_BE @IPCP_QOS_CUBE_BE_PRIO@ #define QOS_PRIO_VIDEO @IPCP_QOS_CUBE_VIDEO_PRIO@ #define QOS_PRIO_VOICE @IPCP_QOS_CUBE_VOICE_PRIO@ |