Whamcloud - gitweb
LU-10973 lnet: initial LUTF C infrastructure
[fs/lustre-release.git] / lustre / tests / lutf / src / lutf_global.swg
1 %module clutf_global
2
3 %{
4 #include <netinet/in.h>
5 typedef unsigned int bool;
6 #define true 1
7 #define false 0
8 #include "lutf_global.h"
9 %}
10
11 #include "lutf_global.h"
12