X-Git-Url: http://git.onelab.eu/?p=iproute2.git;a=blobdiff_plain;f=tc%2Ftc_cbq.h;fp=tc%2Ftc_cbq.h;h=0000000000000000000000000000000000000000;hp=8f956490dd3055f0145719c16a37ef4e69f4a1f7;hb=3331a68859fd71047bb1f309048960b48eab2d83;hpb=2bd4a72f2100be7ad7d9518cb1d49bb2a5b71994 diff --git a/tc/tc_cbq.h b/tc/tc_cbq.h deleted file mode 100644 index 8f95649..0000000 --- a/tc/tc_cbq.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef _TC_CBQ_H_ -#define _TC_CBQ_H_ 1 - -unsigned tc_cbq_calc_maxidle(unsigned bndw, unsigned rate, unsigned avpkt, - int ewma_log, unsigned maxburst); -unsigned tc_cbq_calc_offtime(unsigned bndw, unsigned rate, unsigned avpkt, - int ewma_log, unsigned minburst); - -#endif