#include <swarmio/transport/zyre/ZyreEndpoint.h>
#include <swarmio/transport/base64.h>
#include <swarmio/Exception.h>
#include <atomic>
#include <cstdio>
#include <iostream>
#include <fstream>
#include <string>
#include <libconfig.h++>
Go to the source code of this file.
|
static std::map< std::string, std::string > | GetInterfaceMap () |
| Get a map of interface names and addresses. More...
|
|
#define SWARMIO_ZYRE_GROUP_MESSAGES "messages" |
#define SWARMIO_ZYRE_HEADER_DEVICE_CLASS "X-DeviceClass" |
static std::map<std::string, std::string> GetInterfaceMap |
( |
| ) |
|
|
static |
Get a map of interface names and addresses.
- Returns
- stld::map<std::string, std::string> Interfaces
Definition at line 43 of file ZyreEndpoint.cpp.