mirror of
https://github.com/eclipse/paho.mqtt-sn.embedded-c.git
synced 2025-12-16 08:56:51 +01:00
Forwerders are declared by the ClientList file.
Signed-off-by: tomoaki <tomoaki@tomy-tech.com>
This commit is contained in:
@@ -52,7 +52,7 @@ void QoSm1Proxy::initialize(void)
|
||||
if (strcasecmp(param, "YES") == 0 )
|
||||
{
|
||||
/* Create QoS-1 Clients */
|
||||
_gateway->getClientList()->setClientList(_gateway, QOSM1PROXY_TYPE);
|
||||
_gateway->getClientList()->setClientList(QOSM1PROXY_TYPE);
|
||||
|
||||
/* set ClientId of this Proxy */
|
||||
const char* name = CLIENTPROXY;
|
||||
|
||||
Reference in New Issue
Block a user