master/voe_handler.h
changeset 2045 ff2a13a4603c
parent 1363 11c0b2caa253
child 2589 2b9c78543663
--- a/master/voe_handler.h	Mon Mar 14 16:08:25 2011 +0100
+++ b/master/voe_handler.h	Mon Mar 14 16:55:09 2011 +0100
@@ -50,6 +50,7 @@
     struct list_head list; /**< List item. */
     ec_slave_config_t *config; /**< Parent slave configuration. */
     ec_datagram_t datagram; /**< State machine datagram. */
+    ec_mailbox_t mbox; /**< State machine mailbox. */
     uint32_t vendor_id; /**< Vendor ID for the header. */
     uint16_t vendor_type; /**< Vendor type for the header. */
     size_t data_size; /**< Size of VoE data. */