X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=blobdiff_plain;ds=sidebyside;f=module%2Fp2pkp_sock.h;fp=module%2Fp2pkp_sock.h;h=1d95bfa3a53a390cbcfb5938621d74279d1c4a9b;hb=71246fb0c8dead16cc33caf83020961c33f8efda;hp=152d029ddf7b1217688abbdb66139e2e461cb4d6;hpb=38b4c4d6d866c6077233633d3e7c0850a22fd261;p=p2p-kernel-protocol.git diff --git a/module/p2pkp_sock.h b/module/p2pkp_sock.h index 152d029..1d95bfa 100644 --- a/module/p2pkp_sock.h +++ b/module/p2pkp_sock.h @@ -16,6 +16,7 @@ struct p2pkp_sock { spinlock_t conn_lock; struct list_head conn_list; struct socket *net_sock; + struct file * file; unsigned int buffer_len; unsigned char buffer[P2PKP_DEFAULT_BUF_LEN]; int bind_ifindex; /* bound interface index; 0 for any interface */