diff options
Diffstat (limited to 'ANDROID_3.4.5/include/net/netns/core.h')
-rw-r--r-- | ANDROID_3.4.5/include/net/netns/core.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/ANDROID_3.4.5/include/net/netns/core.h b/ANDROID_3.4.5/include/net/netns/core.h deleted file mode 100644 index 78eb1ff7..00000000 --- a/ANDROID_3.4.5/include/net/netns/core.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef __NETNS_CORE_H__ -#define __NETNS_CORE_H__ - -struct ctl_table_header; -struct prot_inuse; - -struct netns_core { - /* core sysctls */ - struct ctl_table_header *sysctl_hdr; - - int sysctl_somaxconn; - - struct prot_inuse __percpu *inuse; -}; - -#endif |