Ignore:
Timestamp:
02/27/17 14:19:19 (7 years ago)
Author:
yushan
Message:

server mode OK for both multiple and one file mode. Tested with test_client

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_yushan/src/context_server.cpp

    r1060 r1063  
    123123    //printf("enter checkPendingRequest\n"); 
    124124    if(!pendingRequest.empty()) 
    125     for(it=pendingRequest.begin();it!=pendingRequest.end();it++) 
     125    for(it=pendingRequest.begin();it!=pendingRequest.end();++it) 
    126126    { 
    127127      rank=it->first; 
     
    136136      } 
    137137    } 
    138  
     138     
     139    if(!recvRequest.empty()) 
    139140    for(itRecv=recvRequest.begin();itRecv!=recvRequest.end();itRecv++) 
    140141    { 
Note: See TracChangeset for help on using the changeset viewer.