comparison packages/net/tcpip/current/tests/tftp_server_test.c @ 110:84e4bde58b26 ecos-sw-2000-07-14

Merge from eCos master repository on 2000-07-14-22:00:02-BST
author jlarmour
date Mon, 17 Jul 2000 14:42:27 +0000
parents ced4577552cd
children
comparison
equal deleted inserted replaced
109:5720c4b6e1d2 110:84e4bde58b26
84 // ------------------------------------------------------------------------ 84 // ------------------------------------------------------------------------
85 85
86 #include <network.h> 86 #include <network.h>
87 #include <tftp_support.h> 87 #include <tftp_support.h>
88 88
89 #define STACK_SIZE CYGNUM_HAL_STACK_SIZE_TYPICAL 89 #define STACK_SIZE (CYGNUM_HAL_STACK_SIZE_TYPICAL + 0x1000)
90 static char stack[STACK_SIZE]; 90 static char stack[STACK_SIZE];
91 static cyg_thread thread_data; 91 static cyg_thread thread_data;
92 static cyg_handle_t thread_handle; 92 static cyg_handle_t thread_handle;
93 93
94 extern void 94 extern void