diff options
author | Philipp Reisner <philipp.reisner@linbit.com> | 2009-10-01 22:40:04 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-10-02 13:53:58 -0400 |
commit | 293500a23f4b0698cb04abfecfc9a954d8ab2742 (patch) | |
tree | 15c873cfbdaebe5f644ae60958c656fd449061d5 /include/linux/connector.h | |
parent | 19d5afd4f0d26201d8d8bec351ee0442775a5379 (diff) |
connector: Keep the skb in cn_callback_data
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Acked-by: Lars Ellenberg <lars.ellenberg@linbit.com>
Acked-by: Evgeniy Polyakov <zbr@ioremap.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/connector.h')
-rw-r--r-- | include/linux/connector.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/connector.h b/include/linux/connector.h index 47ebf416f512..05a7a14126d8 100644 --- a/include/linux/connector.h +++ b/include/linux/connector.h | |||
@@ -134,8 +134,8 @@ struct cn_callback_id { | |||
134 | struct cn_callback_data { | 134 | struct cn_callback_data { |
135 | void (*destruct_data) (void *); | 135 | void (*destruct_data) (void *); |
136 | void *ddata; | 136 | void *ddata; |
137 | 137 | ||
138 | void *callback_priv; | 138 | struct sk_buff *skb; |
139 | void (*callback) (struct cn_msg *); | 139 | void (*callback) (struct cn_msg *); |
140 | 140 | ||
141 | void *free; | 141 | void *free; |