diff options
| author | Dimitri Staessens <dimitri.staessens@ugent.be> | 2018-10-10 11:11:09 +0200 | 
|---|---|---|
| committer | Sander Vrijders <sander.vrijders@ugent.be> | 2018-10-10 13:51:42 +0200 | 
| commit | a46f96fbfc017963a5578498c93bc85650461020 (patch) | |
| tree | 4351e56b0da9f3a6e1920c3296d4f617c582780c /src/ipcpd/normal | |
| parent | e8b3e880da69f9ac398bfd90015564ef09e948a3 (diff) | |
| download | ouroboros-a46f96fbfc017963a5578498c93bc85650461020.tar.gz ouroboros-a46f96fbfc017963a5578498c93bc85650461020.zip | |
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 <dimitri.staessens@ugent.be>
Signed-off-by: Sander Vrijders <sander.vrijders@ugent.be>
Diffstat (limited to 'src/ipcpd/normal')
| -rw-r--r-- | src/ipcpd/normal/psched.c | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/src/ipcpd/normal/psched.c b/src/ipcpd/normal/psched.c index 27e5f1de..c38c072d 100644 --- a/src/ipcpd/normal/psched.c +++ b/src/ipcpd/normal/psched.c @@ -42,11 +42,9 @@  #include <string.h>  static int qos_prio [] = { -        QOS_PRIO_RAW,          QOS_PRIO_BE,          QOS_PRIO_VIDEO,          QOS_PRIO_VOICE, -        QOS_PRIO_DATA  };  struct psched { | 
