|
@@ -132,15 +132,13 @@ struct cn_callback_data {
|
|
|
|
|
|
struct cn_callback_entry {
|
|
struct cn_callback_entry {
|
|
struct list_head callback_entry;
|
|
struct list_head callback_entry;
|
|
- struct cn_callback *cb;
|
|
|
|
struct work_struct work;
|
|
struct work_struct work;
|
|
struct cn_queue_dev *pdev;
|
|
struct cn_queue_dev *pdev;
|
|
|
|
|
|
struct cn_callback_id id;
|
|
struct cn_callback_id id;
|
|
struct cn_callback_data data;
|
|
struct cn_callback_data data;
|
|
|
|
|
|
- int seq, group;
|
|
|
|
- struct sock *nls;
|
|
|
|
|
|
+ u32 seq, group;
|
|
};
|
|
};
|
|
|
|
|
|
struct cn_ctl_entry {
|
|
struct cn_ctl_entry {
|