From 58ff485edbe4bb93ebc922d14df24247846132b6 Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Mon, 3 Dec 2007 09:42:38 +0000 Subject: added ssl tools --- anytun.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'anytun.cpp') diff --git a/anytun.cpp b/anytun.cpp index c92f328..1fe6302 100644 --- a/anytun.cpp +++ b/anytun.cpp @@ -109,6 +109,15 @@ void* sender(void* p) pthread_exit(NULL); } +void* sync_receiver(void* p) +{ + Param* param = reinterpret_cast(p); + + while(1) + { + } +} + void* receiver(void* p) { Param* param = reinterpret_cast(p); -- cgit v1.2.3