Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
7e4c3513f77b2456b295f28f8c09389349814887
[simgrid.git] / src / gras / DataDesc / gs_private.h
1 /* $Id$ */
2
3 /* gs_private.h -- stuff internal to grassouillet, the data desc stuff */
4
5
6
7 #ifndef _GS_PRIVATE_H
8 #define _GS_PRIVATE_H
9
10 #include "gras_private.h"
11 #include "DataDesc/categories.h"
12 #include "DataDesc/connection.h"
13 #include "DataDesc/sequence.h"
14 #include "DataDesc/net_driver.h"
15 #include "DataDesc/net_interface_fd.h"
16 #include "DataDesc/type_interface_rl.h"
17 #include "DataDesc/type_driver.h"
18 #include "DataDesc/message.h"
19 #include "DataDesc/type.h"
20   
21
22 #endif /* _GS_PRIVATE_H */