- Timestamp:
- 01/04/23 14:48:57 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
XIOS3/dev/XIOS_FILE_SERVICES/src/manager/services_manager.hpp
r2453 r2454 48 48 bool getServiceNbPartitions(const std::string& poolId, const std::string& serviceId, const int& partitionId, int& nbPartition, bool wait=false) ; 49 49 bool hasService(const std::string& poolId, const std::string& serviceId, const int& partitionId) ; 50 boolwaitServiceRegistration(const std::string& poolId, const std::string& serviceId, const int& partitionId);50 void waitServiceRegistration(const std::string& poolId, const std::string& serviceId, const int& partitionId); 51 51 void servicesDumpOut(CBufferOut& buffer) ; 52 52 void servicesDumpIn(CBufferIn& buffer) ;
Note: See TracChangeset
for help on using the changeset viewer.