[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090521.001736.16882461.davem@davemloft.net>
Date: Thu, 21 May 2009 00:17:36 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: nhorman@...driver.com
Cc: dada1@...mosbay.com, jpirko@...hat.com, paulmck@...ux.vnet.ibm.com,
netdev@...r.kernel.org
Subject: Re: [PATCH] dropmon: add ability to detect when hardware
dropsrxpackets
From: Neil Horman <nhorman@...driver.com>
Date: Mon, 18 May 2009 10:46:22 -0400
> @@ -0,0 +1,11 @@
> +#ifndef _TRACE_NAPI_H_
> +#define _TRACE_NAPI_H_
> +
> +#include <linux/skbuff.h>
> +#include <linux/tracepoint.h>
> +
> +DECLARE_TRACE(napi_poll,
> + TP_PROTO(struct napi_struct *napi),
> + TP_ARGS(napi));
> +
> +#endif
If skbuff.h gets you the declaration for "struct napi_struct"
it's via some indirect accident rather than it actually being
in linux/skbuff.h
Please include the correct headers, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists