patch-2.3.15 linux/net/khttpd/structure.h
Next file: linux/net/khttpd/sysctl.c
Previous file: linux/net/khttpd/security.c
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Mon Aug 23 10:01:02 1999
- Orig file:
v2.3.14/linux/net/khttpd/structure.h
- Orig date:
Wed Aug 18 09:45:10 1999
diff -u --recursive --new-file v2.3.14/linux/net/khttpd/structure.h linux/net/khttpd/structure.h
@@ -64,21 +64,5 @@
};
-/*
-
-struct khttpd_delayed_release is used to build a list of all struct sockets
-that were passed to userspace. It seems to be required that they are not destroyed
-immediatly, so they have a timeout-counter.
-
-*/
-struct khttpd_delayed_release;
-
-struct khttpd_delayed_release
-{
- struct socket *sock;
- unsigned long timeout;
-
- struct khttpd_delayed_release *Next;
-};
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)