Changeset 10582 for trunk/FACT++


Ignore:
Timestamp:
05/04/11 20:35:03 (13 years ago)
Author:
tbretz
Message:
Ignore RPC calls.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/DimServiceInfoList.cc

    r10570 r10582  
    211211            // Get the type and compare it with fType
    212212            const string type = buffer.substr(buffer.find_last_of('|')+1);
     213            if (type=="RPC")
     214                continue;
    213215
    214216            /*
Note: See TracChangeset for help on using the changeset viewer.