PaCO++
0.05
GaBroIdl.idl
Go to the documentation of this file.
1
// This file defines the descr structure
2
// of the GaBro library.
3
4
module
GaBroLib
5
{
6
struct
GaBroDescr
7
{
8
// This is the total number of T in the the client side
9
long
total_data_nb
;
10
// This is the total number of T in the the client node
11
long
node_data_nb
;
12
// This is the position of data node in the list
13
long
node_position
;
14
// This is the real size of the call
15
long
current_data_size
;
16
// This is the sender nb
17
short
sender
;
18
};
19
};
20
21
GaBroLib::GaBroDescr
Definition:
GaBroIdl.idl:6
GaBroLib::GaBroDescr::sender
short sender
Definition:
GaBroIdl.idl:17
GaBroLib::GaBroDescr::node_position
long node_position
Definition:
GaBroIdl.idl:13
GaBroLib::GaBroDescr::node_data_nb
long node_data_nb
Definition:
GaBroIdl.idl:11
GaBroLib
Definition:
GaBroIdl.idl:4
GaBroLib::GaBroDescr::total_data_nb
long total_data_nb
Definition:
GaBroIdl.idl:9
GaBroLib::GaBroDescr::current_data_size
long current_data_size
Definition:
GaBroIdl.idl:15
DistributionLibraries
Types
GaBroIdl.idl
Generated by
1.8.13