Enhancements to the uIP web server from Kate

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5088 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2012-09-04 16:59:24 +00:00
parent bd5219bc86
commit 0c8089ebfa
7 changed files with 261 additions and 33 deletions

View file

@ -96,6 +96,9 @@ struct httpd_fs_file
{
char *data;
int len;
#ifdef CONFIG_NETUTILS_HTTPD_MMAP
int fd;
#endif
};
struct httpd_state