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
10  // This is the total number of T in the the client node
12  // This is the position of data node in the list
14  // This is the real size of the call
16  // This is the sender nb
17  short sender;
18  };
19 };
20 
21