]> rtime.felk.cvut.cz Git - frescor/fna.git/blob - src_frescan/frescan_negotiator_thread.h
joining threads module
[frescor/fna.git] / src_frescan / frescan_negotiator_thread.h
1 /*!
2  * @file frescan_negotiator_thread.h
3  *
4  * @brief FRESCAN negotiator thread
5  *
6  * This module contains the negotiator thread, with an operation to create it.
7  *
8  * @version 0.01
9  *
10  * @date 1-Apr-2008
11  *
12  * @author Daniel Sangorrin <daniel.sangorrin@unican.es>
13  *
14  */
15
16 #ifndef _FRESCAN_NEGOTIATOR_THREAD_H_
17 #define _FRESCAN_NEGOTIATOR_THREAD_H_
18
19 #include "frescan.h"
20
21 extern int frescan_negotiator_thread_create(frescan_network_t net);
22
23 #endif // _FRESCAN_NEGOTIATOR_THREAD_H_