mirror of
https://github.com/eclipse/paho.mqtt-sn.embedded-c.git
synced 2025-12-17 17:36:51 +01:00
Forwerders are declared by the ClientList file.
Signed-off-by: tomoaki <tomoaki@tomy-tech.com>
This commit is contained in:
@@ -45,7 +45,7 @@ void Aggregater::initialize(void)
|
||||
if (!strcasecmp(param, "YES") )
|
||||
{
|
||||
/* Create Aggregated Clients */
|
||||
_gateway->getClientList()->setClientList(_gateway, AGGREGATER_TYPE);
|
||||
_gateway->getClientList()->setClientList(AGGREGATER_TYPE);
|
||||
setup((const char*)(_gateway->getGWParams()->gatewayName), Atype_Aggregater);
|
||||
_isActive = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user