This commit was manufactured by cvs2svn to create branch
[linux-2.6.git] / include / linux / skbuff.h
index 724d684..111bb73 100644 (file)
@@ -272,6 +272,7 @@ struct sk_buff {
  #endif
 
 #endif
+       xid_t                   xid;                    /* VServer context ID */
 
 
        /* These elements must be at the end, see alloc_skb() for details.  */
@@ -1124,6 +1125,8 @@ extern int skb_iter_next(const struct sk_buff *skb, struct skb_iter *i);
 /* Call this if aborting loop before !skb_iter_next */
 extern void skb_iter_abort(const struct sk_buff *skb, struct skb_iter *i);
 
+struct tux_req_struct;
+
 #ifdef CONFIG_NETFILTER
 static inline void nf_conntrack_put(struct nf_ct_info *nfct)
 {