Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234523
b: refs/heads/master
c: ca9da2d
h: refs/heads/master
i:
  234521: 59b1154
  234519: b8cdb4f
v: v3
  • Loading branch information
David Sharp authored and Steven Rostedt committed Mar 10, 2011
1 parent 256976b commit d98fc08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ad440ad66f1617194738bf674dfe2d38978ac54d
refs/heads/master: ca9da2dd63b0b32de1b693953dff66cadeb6400b
4 changes: 2 additions & 2 deletions trunk/include/trace/events/skb.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ TRACE_EVENT(kfree_skb,

TP_STRUCT__entry(
__field( void *, skbaddr )
__field( unsigned short, protocol )
__field( void *, location )
__field( unsigned short, protocol )
),

TP_fast_assign(
__entry->skbaddr = skb;
__entry->protocol = ntohs(skb->protocol);
__entry->location = location;
__entry->protocol = ntohs(skb->protocol);
),

TP_printk("skbaddr=%p protocol=%u location=%p",
Expand Down

0 comments on commit d98fc08

Please sign in to comment.