* Implement a better solution for #229 Instead of playing with incrementing pointers in various places it is better to just set it once at the start of loop. * Make "remote NMT changed" callback of HB consumer node-specific This way "remote NMT changed" callback is much more similar to other "multi" callbacks of HB consumer, and it was node-specific anyway, as you have to first configure the monitoring node to have that callback executed. This change breaks the API. * Merge CO_CONFIG_HB_CONS_CALLBACK_CHANGE with ..._HB_CONS_CALLBACK_MULTI These settings are now very similar, so there's no need to have two separate config options. This change breaks the configuration API. |
||
|---|---|---|
| .. | ||
| CO_driver.c | ||
| CO_driver_target.h | ||
| CO_epoll_interface.c | ||
| CO_epoll_interface.h | ||
| CO_error.c | ||
| CO_error.h | ||
| CO_error_msgs.h | ||
| CO_main_basic.c | ||
| CO_OD_storage.c | ||
| CO_OD_storage.h | ||