This commit was generated by cvs2svn to compensate for changes in r1650,
[iproute2.git] / tc / tc_cbq.h
diff --git a/tc/tc_cbq.h b/tc/tc_cbq.h
new file mode 100644 (file)
index 0000000..8f95649
--- /dev/null
@@ -0,0 +1,9 @@
+#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