diff -r e424c0074c67 -r 8b00e63fff90 master/fmmu_config.h --- a/master/fmmu_config.h Wed Jun 04 10:41:50 2008 +0000 +++ b/master/fmmu_config.h Wed Jun 04 13:17:15 2008 +0000 @@ -50,6 +50,7 @@ /** FMMU configuration. */ typedef struct { + struct list_head list; /**< List node used by domain. */ const ec_slave_config_t *sc; /**< EtherCAT slave config. */ const ec_domain_t *domain; /**< Domain. */ ec_direction_t dir; /**< Pdo direction. */