Mercurial > ecos
diff packages/net/snmp/agent/current/tests/snmpping.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 | 95f3e12a6327 |
| children | 6ed91473a1cd |
line wrap: on
line diff
--- a/packages/net/snmp/agent/current/tests/snmpping.c +++ b/packages/net/snmp/agent/current/tests/snmpping.c @@ -138,7 +138,7 @@ CONNECTION WITH THE USE OR PERFORMANCE O #include <network.h> -#define STACK_SIZE CYGNUM_HAL_STACK_SIZE_TYPICAL +#define STACK_SIZE (CYGNUM_HAL_STACK_SIZE_TYPICAL + 0x1000) static char stack[STACK_SIZE]; static cyg_thread thread_data; static cyg_handle_t thread_handle; @@ -354,3 +354,5 @@ cyg_start(void) cyg_thread_resume(thread_handle); // Start it cyg_scheduler_start(); } + +// EOF snmpping.c
