]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
Import patch iproute-batch.1.050209.patch
authornet[shemminger]!shemminger <net[shemminger]!shemminger>
Mon, 14 Mar 2005 19:02:41 +0000 (19:02 +0000)
committernet[shemminger]!shemminger <net[shemminger]!shemminger>
Mon, 14 Mar 2005 19:02:41 +0000 (19:02 +0000)
(Logical change 1.162)

tc/tc_core.h

index 1d2257ee12aa8a22d045fce6af8ad7352f3694f5..1537f95a7ec471ad7d7d8d511b0ed1fc9dcbb4fc 100644 (file)
@@ -13,4 +13,7 @@ int tc_setup_estimator(unsigned A, unsigned time_const, struct tc_estimator *est
 
 int tc_core_init(void);
 
+extern struct rtnl_handle g_rth;
+extern int is_batch_mode;
+
 #endif