diff options
author | Sander Vrijders <sander.vrijders@ugent.be> | 2017-06-21 10:24:55 +0000 |
---|---|---|
committer | dimitri staessens <dimitri.staessens@ugent.be> | 2017-06-21 10:24:55 +0000 |
commit | 2057bd9666cbcc09e7abc92e260ba20907f6a299 (patch) | |
tree | e0bbe49e68ba86be325ee23c5879a7611df87c9f /src/irmd/irm_flow.h | |
parent | 22020246ac2b6f03f42dffb48ced19e43b3e9b77 (diff) | |
parent | 806629e64e8231d0c57a80d3b6584094cd6c89bd (diff) | |
download | ouroboros-2057bd9666cbcc09e7abc92e260ba20907f6a299.tar.gz ouroboros-2057bd9666cbcc09e7abc92e260ba20907f6a299.zip |
Merged in sandervrijders/ouroboros/be-qos (pull request #517)
lib, ipcpd, irmd: Add full-fledged QoS
Diffstat (limited to 'src/irmd/irm_flow.h')
-rw-r--r-- | src/irmd/irm_flow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irmd/irm_flow.h b/src/irmd/irm_flow.h index 8902a6ab..223740b7 100644 --- a/src/irmd/irm_flow.h +++ b/src/irmd/irm_flow.h @@ -25,7 +25,7 @@ #include <ouroboros/list.h> #include <ouroboros/shm_rbuff.h> -#include <ouroboros/shared.h> +#include <ouroboros/qoscube.h> #include <sys/types.h> #include <pthread.h> |