aqhome: Started rewriting endpoints for version 2 of the msgio interface.
This interface is much simpler. First rewritten endpoint is that for MQTT.
This commit is contained in:
@@ -47,6 +47,7 @@
|
||||
<headers dist="true" install="$(pkgincludedir)/ipc" >
|
||||
endpoint_mqttc.h
|
||||
endpoint2_mqtt.h
|
||||
endpoint2_mqttc.h
|
||||
msg_mqtt.h
|
||||
msg_mqtt_connect.h
|
||||
msg_mqtt_connack.h
|
||||
@@ -58,7 +59,7 @@
|
||||
|
||||
|
||||
<headers dist="true" >
|
||||
endpoint_mqttc_p.h
|
||||
endpoint2_mqtt_p.h
|
||||
</headers>
|
||||
|
||||
|
||||
@@ -67,6 +68,7 @@
|
||||
|
||||
endpoint_mqttc.c
|
||||
endpoint2_mqtt.c
|
||||
endpoint2_mqttc.c
|
||||
msg_mqtt.c
|
||||
msg_mqtt_connect.c
|
||||
msg_mqtt_connack.c
|
||||
|
||||
Reference in New Issue
Block a user