source: XIOS3/trunk/src/timeline_events.hpp @ 2418

Last change on this file since 2418 was 2130, checked in by ymipsl, 3 years ago

New management of client-server buffers.

  • buffers can grow automatically in intialization phase
  • buffers is evaluated after the close context definition phase and fixed at optimal value.

YM

  • Property svn:executable set to *
File size: 353 bytes
Line 
1#ifndef __TIMELINE_EVENTS_HPP__
2#define __TIMELINE_EVENTS_HPP__
3
4#include <limits>
5
6namespace xios
7{
8  const size_t timeLineEventbase = std::numeric_limits<size_t>::max()-100 ; 
9  const size_t timelineEventNotifyChangeBufferSize = timeLineEventbase + 0  ; 
10  const size_t timelineEventChangeBufferSize = timeLineEventbase + 1  ; 
11}
12
13
14#endif
Note: See TracBrowser for help on using the repository browser.