Fixed bug where tearing down a connection would cause loss of memory.

This commit is contained in:
davidhaas
2003-04-09 20:12:12 +00:00
parent be7275c238
commit 0bce6f8974
2 changed files with 5 additions and 2 deletions

View File

@@ -68,6 +68,9 @@ struct sys_timeout {u8_t dummy;};
#include "arch/sys_arch.h"
/** Return code for timeouts from sys_arch_mbox_fetch and sys_arch_sem_wait */
#define SYS_ARCH_TIMEOUT 0xffffffff
typedef void (* sys_timeout_handler)(void *arg);
struct sys_timeout {