#include <ZeroConfigurator.h>
Module for retrieving bootstrap nodes via Zeroconf (AVAHI connector)
Public Member Functions | |
ZeroConfigurator () | |
~ZeroConfigurator () | |
void | announceService (const NodeHandle &node) |
Announce bootstrap service in the local domain. | |
void | revokeService () |
Withdraw bootstrap service in the local domain. | |
bool | isEnabled () |
void ZeroConfigurator::announceService | ( | const NodeHandle & | node | ) | [inline] |
Announce bootstrap service in the local domain.
node | pointer of the local overlay node |
Referenced by BootstrapList::registerBootstrapNode().
void ZeroConfigurator::revokeService | ( | ) | [inline] |
bool ZeroConfigurator::isEnabled | ( | ) | [inline] |