From dd882e357ea36c7ed28511d81b41680623ae216b Mon Sep 17 00:00:00 2001 From: isiora Date: Fri, 11 May 2018 09:56:36 +0000 Subject: Refactory of the proxy stubs code. Added the IOBlks proxystub. Included reliance edge test. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12020 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-SEC/proxies/tssockstub.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-SEC/proxies/tssockstub.h') diff --git a/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-SEC/proxies/tssockstub.h b/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-SEC/proxies/tssockstub.h index 937caa29a..e91edf42e 100644 --- a/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-SEC/proxies/tssockstub.h +++ b/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-SEC/proxies/tssockstub.h @@ -28,7 +28,7 @@ #include "ch.h" #include "ccportab.h" -#include "tscommon.h" + /*===========================================================================*/ /* Module constants. */ /*===========================================================================*/ @@ -376,9 +376,8 @@ extern "C" { int listen(int s, int backlog); in_addr_t inet_addr(const char *cp); int inet_aton(const char *cp, struct in_addr *addr); - void tsWaitStubSkelReady(void); - THD_FUNCTION(TsStubsService, tsstate); - extern THD_WORKING_AREA(waTsStubsService, 1024); + THD_FUNCTION(TsSocksStubsService, tsstatep); + extern THD_WORKING_AREA(waTsSocksStubsService, 1024); #ifdef __cplusplus } #endif -- cgit v1.2.3