diff options
-rw-r--r-- | pfinet/pfinet.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pfinet/pfinet.h b/pfinet/pfinet.h index 13c138f7..6c1e6c45 100644 --- a/pfinet/pfinet.h +++ b/pfinet/pfinet.h @@ -39,7 +39,8 @@ struct sock_user { struct port_info pi; int isroot; - struct socket *sock; /* Linux socket structure, see linux/net.h */ + struct task_struct *task; + struct socket *sock; }; /* Socket address ports. */ |