Ignore:
Timestamp:
05/26/15 16:13:47 (9 years ago)
Author:
rlacroix
Message:

Add basic infrastructure for servers to clients communication.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/client.cpp

    r591 r597  
    201201        context->initClient(contextComm,contextInterComm, contextServer); 
    202202 
    203  
    204203        // Secondly, initialize context on server side 
    205         contextServer->initServer(contextComm,contextInterComm); 
     204        contextServer->initServer(contextComm,contextInterComm, context); 
    206205 
    207206        // Finally, we should return current context to context client 
Note: See TracChangeset for help on using the changeset viewer.