#include <cpid2kworker.h>
|
bool | roleIs (std::string_view role) |
|
template<typename Archive > |
void | serialize (Archive &ar) |
|
|
std::string | id |
| Worker ID. More...
|
|
std::string | host |
| IP address of the machine this process is running on. More...
|
|
std::map< std::string, int > | services |
| Services offered by this worker (name to port number) More...
|
|
bool cpid::Cpid2kWorkerInfo::roleIs |
( |
std::string_view |
role | ) |
|
template<typename Archive >
void cpid::Cpid2kWorkerInfo::serialize |
( |
Archive & |
ar | ) |
|
|
inline |
std::string cpid::Cpid2kWorkerInfo::host |
IP address of the machine this process is running on.
std::string cpid::Cpid2kWorkerInfo::id |
std::map<std::string, int> cpid::Cpid2kWorkerInfo::services |
Services offered by this worker (name to port number)
The documentation for this struct was generated from the following files: