diff options
Diffstat (limited to 'src/network/tc/cake.h')
-rw-r--r-- | src/network/tc/cake.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/network/tc/cake.h b/src/network/tc/cake.h index 8743d592ad..a947f9cdc7 100644 --- a/src/network/tc/cake.h +++ b/src/network/tc/cake.h @@ -59,6 +59,9 @@ typedef struct CommonApplicationsKeptEnhanced { CakePriorityQueueingPreset preset; uint32_t fwmark; + /* Other parameters */ + int wash; + } CommonApplicationsKeptEnhanced; DEFINE_QDISC_CAST(CAKE, CommonApplicationsKeptEnhanced); |