net: sched: introduce chain object to uapi
[linux-2.6-microblaze.git] / include / net / sch_generic.h
index 86f4651..81ec827 100644 (file)
@@ -304,6 +304,7 @@ struct tcf_chain {
        struct tcf_block *block;
        u32 index; /* chain index */
        unsigned int refcnt;
+       bool explicitly_created;
 };
 
 struct tcf_block {