From db228a32ab728f01a7d1586a4909282e94f185fd Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 16 Mar 2011 19:05:59 -0400 Subject: lttng-instrumentation-net-fix-conflict lttng instrumentation net fix conflict Signed-off-by: Mathieu Desnoyers --- include/trace/net.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/trace') diff --git a/include/trace/net.h b/include/trace/net.h index 5e774ebbb6d..91a0f02d0bc 100644 --- a/include/trace/net.h +++ b/include/trace/net.h @@ -1,13 +1,13 @@ -#ifndef _TRACE_NET_H -#define _TRACE_NET_H +#ifndef _TRACE_LTTNG_NET_H +#define _TRACE_LTTNG_NET_H #include struct sk_buff; -DECLARE_TRACE(net_dev_xmit, +DECLARE_TRACE(lttng_net_dev_xmit, TP_PROTO(struct sk_buff *skb), TP_ARGS(skb)); -DECLARE_TRACE(net_dev_receive, +DECLARE_TRACE(lttng_net_dev_receive, TP_PROTO(struct sk_buff *skb), TP_ARGS(skb)); DECLARE_TRACE(net_tcpv4_rcv, -- cgit v1.2.3