Whamcloud - gitweb
LU-10973 lnet: LUTF infrastructure updates
[fs/lustre-release.git] / lustre / tests / lutf / src / lutf_listener.h
index 629f677..8327c47 100644 (file)
@@ -2,6 +2,7 @@
 #define LUTF_LISTENER_H
 
 #include "lutf_common.h"
+#include "lutf_agent.h"
 
 /*
  * lutf_listener_main
@@ -11,4 +12,8 @@ void *lutf_listener_main(void *usr_data);
 
 void lutf_listener_shutdown(void);
 
+void close_agent_connection(lutf_agent_blk_t *agent);
+
+void release_dead_list_agents(void);
+
 #endif /* LUTF_LISTENER_H */