source: XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/register_context_info.hpp @ 1853

Last change on this file since 1853 was 1761, checked in by ymipsl, 5 years ago

implementing first guess for service functionnalities.

YM

  • Property svn:executable set to *
File size: 314 bytes
Line 
1#ifndef __CONTEXT_INFO_HPP__
2#define __CONTEXT_INFO_HPP__
3
4#include "services_manager.hpp"
5
6namespace xios
7{
8  struct SRegisterContextInfo
9  {
10    string poolId ;
11    string serviceId;
12    int partitionId ;
13    int serviceType ;
14    string id ;
15    int size ;
16    int leader ;
17  } ;
18}
19
20
21#endif
Note: See TracBrowser for help on using the repository browser.