From a46f96fbfc017963a5578498c93bc85650461020 Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Wed, 10 Oct 2018 11:11:09 +0200 Subject: ipcpd: Remove stale QoS cubes There were QoS cubes defined for raw and data flows, which are now run on the best effort cube. Signed-off-by: Dimitri Staessens Signed-off-by: Sander Vrijders --- include/ouroboros/qoscube.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'include') diff --git a/include/ouroboros/qoscube.h b/include/ouroboros/qoscube.h index e0e93a82..bce9b361 100644 --- a/include/ouroboros/qoscube.h +++ b/include/ouroboros/qoscube.h @@ -26,9 +26,7 @@ #include typedef enum qos_cube { - QOS_CUBE_RAW = 0, - QOS_CUBE_BE, - QOS_CUBE_DATA, + QOS_CUBE_BE = 0, QOS_CUBE_VIDEO, QOS_CUBE_VOICE, QOS_CUBE_MAX -- cgit v1.2.3