Whamcloud - gitweb
LU-16502 lutf: add headers to lutf C code
[fs/lustre-release.git] / lustre / tests / lutf / src / lutf_agent.swg
1 // SPDX-License-Identifier: GPL-2.0
2
3 /*
4  * This file is part of Lustre, http://www.lustre.org/
5  *
6  * lustre/tests/lutf/lutf_agent.swg
7  *
8  * Author: Amir Shehata <ashehata@whamcloud.com>
9  *
10  */
11
12 %module clutf_agent
13
14 %{
15 #include <netinet/in.h>
16 #include "lutf_agent.h"
17 %}
18
19 #include "lutf_agent.h"
20