mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-09-21 17:44:04 +08:00
Free all userspace library objects on releasing master.
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
/*****************************************************************************/
|
||||
|
||||
struct ec_voe_handler {
|
||||
ec_voe_handler_t *next;
|
||||
ec_slave_config_t *config;
|
||||
unsigned int index;
|
||||
size_t data_size;
|
||||
@@ -41,3 +42,7 @@ struct ec_voe_handler {
|
||||
};
|
||||
|
||||
/*****************************************************************************/
|
||||
|
||||
void ec_voe_handler_clear(ec_voe_handler_t *);
|
||||
|
||||
/*****************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user