osd-contiki/apps/er-coap-07
Mariano Alvira 4dd29cca64 er-13 has changed the type of notify_subscribers counter to int32_t
from uint16_t which breaks builds of WITH_COAP=3 or 7.

This patch changes the 03 and 07 engine to int32_t.

An alternate fix would be to switch out the type in erbuim.h based on
WITH_COAP.

Or, maybe better, would be to drop old COAP versions.
2013-03-11 16:49:52 -04:00
..
er-coap-07-engine.c Fixed legacy CoAP versions. 2013-02-13 19:22:21 +01:00
er-coap-07-engine.h Bugfix for separate NON requests and updated separate resonse API.\nEnabled multiple BLOCKING_REQUESTs in the same scope. 2012-02-05 06:21:35 +01:00
er-coap-07-observing.c er-13 has changed the type of notify_subscribers counter to int32_t 2013-03-11 16:49:52 -04:00
er-coap-07-observing.h er-13 has changed the type of notify_subscribers counter to int32_t 2013-03-11 16:49:52 -04:00
er-coap-07-separate.c Clean-up and fix for rest-server-example. 2012-03-29 18:56:46 +02:00
er-coap-07-separate.h Clean-up and fix for rest-server-example. 2012-03-29 18:56:46 +02:00
er-coap-07-transactions.c Changed notify API to passing a notification message. 2012-03-29 18:16:24 +02:00
er-coap-07-transactions.h Renamed CoAP transaction ID (tid) to message ID (mid). 2012-01-28 19:21:13 +01:00
er-coap-07.c Fixed legacy CoAP versions. 2013-02-13 19:22:21 +01:00
er-coap-07.h Fixed legacy CoAP versions. 2013-02-13 19:22:21 +01:00
Makefile.er-coap-07 Added Erbium REST engine with new CoAP implementation 2011-09-14 16:33:01 +02:00