Whamcloud - gitweb
LU-10973 lnet: initial LUTF C infrastructure
[fs/lustre-release.git] / lustre / tests / lutf / src / lutf_listener.h
1 #ifndef LUTF_LISTENER_H
2 #define LUTF_LISTENER_H
3
4 #include "lutf_common.h"
5
6 /*
7  * lutf_listener_main
8  *   Main loop of the listener thread
9  */
10 void *lutf_listener_main(void *usr_data);
11
12 void lutf_listener_shutdown(void);
13
14 #endif /* LUTF_LISTENER_H */