From e7db628c5af402a7709f13780ff7932f9f6a7960 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Tue, 24 Mar 2009 09:44:28 +0000 Subject: [PATCH] --- yaml --- r: 135511 b: refs/heads/master c: 5393f3162d3a85317e1e22c33539905fa5258e5f h: refs/heads/master i: 135509: 5cfe9cfe0c64eb6c5a7c2911ece10c81dad3c729 135507: e9a39d96317420d661387d6f159558a91d341c23 135503: 0b3677e2a537f1befb7132d330a4b79f6bf40b2b v: v3 --- [refs] | 2 +- trunk/include/trace/skb.h | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 7322d165af5b..0c173464b533 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 35c7f6de7339f40a591a8aeccacdc429b1953674 +refs/heads/master: 5393f3162d3a85317e1e22c33539905fa5258e5f diff --git a/trunk/include/trace/skb.h b/trunk/include/trace/skb.h index 3aa864697c09..a96610f92f69 100644 --- a/trunk/include/trace/skb.h +++ b/trunk/include/trace/skb.h @@ -1,6 +1,9 @@ #ifndef _TRACE_SKB_H_ #define _TRACE_SKB_H_ +#include +#include + DECLARE_TRACE(kfree_skb, TPPROTO(struct sk_buff *skb, void *location), TPARGS(skb, location));