Ignore:
Timestamp:
10/26/17 10:23:17 (7 years ago)
Author:
rlacroix
Message:

Fix: Handle end-of-file correctly for files in read mode.

Previously desynchronizations between clients could occur, leading to invalid events being received by the server(s).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/node/file.hpp

    r1090 r1318  
    107107         void buildFilterGraphOfEnabledFields(CGarbageCollector& gc); 
    108108         void prefetchEnabledReadModeFields(); 
    109          void prefetchEnabledReadModeFieldsIfNeeded(); 
     109         void doPostTimestepOperationsForEnabledReadModeFields(); 
    110110 
    111111         // Add component into file 
Note: See TracChangeset for help on using the changeset viewer.