From 38c7e2e6a5199e4f8033684e8febd422bf1fb69b Mon Sep 17 00:00:00 2001 From: "net[shemminger]!shemminger" Date: Mon, 14 Mar 2005 19:02:41 +0000 Subject: [PATCH] Import patch iproute-batch.1.050209.patch (Logical change 1.162) --- tc/tc_core.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tc/tc_core.h b/tc/tc_core.h index 1d2257ee..1537f95a 100644 --- a/tc/tc_core.h +++ b/tc/tc_core.h @@ -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