diff options
author | isiora <none@example.com> | 2018-05-11 09:56:36 +0000 |
---|---|---|
committer | isiora <none@example.com> | 2018-05-11 09:56:36 +0000 |
commit | dd882e357ea36c7ed28511d81b41680623ae216b (patch) | |
tree | 903bfdfcf4695a018d0428766411611aad144ad4 /demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-SEC/proxies/tssockstub.h | |
parent | fe8665fe9e4bc40934ce500c7360cac09a56bcd0 (diff) | |
download | ChibiOS-dd882e357ea36c7ed28511d81b41680623ae216b.tar.gz ChibiOS-dd882e357ea36c7ed28511d81b41680623ae216b.tar.bz2 ChibiOS-dd882e357ea36c7ed28511d81b41680623ae216b.zip |
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
Diffstat (limited to 'demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-SEC/proxies/tssockstub.h')
-rw-r--r-- | demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-SEC/proxies/tssockstub.h | 7 |
1 files changed, 3 insertions, 4 deletions
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
|