mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-19 04:28:28 +00:00
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:
parent
bd5219bc86
commit
0c8089ebfa
7 changed files with 261 additions and 33 deletions
|
|
@ -96,6 +96,9 @@ struct httpd_fs_file
|
|||
{
|
||||
char *data;
|
||||
int len;
|
||||
#ifdef CONFIG_NETUTILS_HTTPD_MMAP
|
||||
int fd;
|
||||
#endif
|
||||
};
|
||||
|
||||
struct httpd_state
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue