From 9965b3f3134c9440244191435ace3e6e272ae67b Mon Sep 17 00:00:00 2001 From: Patrick Hornecker Date: Wed, 23 Dec 2009 16:11:38 +0100 Subject: more changes in threading of msg_sender, receiver and sender...not able to build BROKEN BROKEN BROKEN --- friendfinder/handler.h | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'friendfinder/handler.h') diff --git a/friendfinder/handler.h b/friendfinder/handler.h index bb3256b..6de03bd 100644 --- a/friendfinder/handler.h +++ b/friendfinder/handler.h @@ -4,10 +4,14 @@ /* starts postition sending */ void start_pos(); -/* inits all needed parts of ecore for the handlers */ -void init_ecore_handler(char *from, char *to); +/* init threads */ +void init_msg_thread(char *from, char *to); -/* shutdown all ecore handler parts */ -void shutdown_ecore_handler(); +void init_sender_thread(char *from); + +void init_receiver_thread(char *from); + +/* close all threads */ +void close_threads() #endif -- cgit v1.2.3-55-g7522