aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
Diffstat (limited to 'include/net')
-rw-r--r--include/net/sock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/sock.h b/include/net/sock.h
index 1c9d059223ee..abc6341f536f 100644
--- a/include/net/sock.h
+++ b/include/net/sock.h
@@ -562,6 +562,7 @@ struct proto {
562 562
563 /* Keeping track of sockets in use */ 563 /* Keeping track of sockets in use */
564#ifdef CONFIG_PROC_FS 564#ifdef CONFIG_PROC_FS
565 unsigned int inuse_idx;
565 struct pcounter inuse; 566 struct pcounter inuse;
566#endif 567#endif
567 568