Merge branch 'develop' into MAX-111

This commit is contained in:
Mark Riddoch
2014-06-26 16:52:57 +01:00
17 changed files with 1273 additions and 484 deletions

View File

@ -229,7 +229,6 @@ typedef struct dcb {
struct service *service; /**< The related service */
void *data; /**< Specific client data */
DCBMM memdata; /**< The data related to DCB memory management */
int command; /**< Specific client command type */
SPINLOCK cb_lock; /**< The lock for the callbacks linked list */
DCB_CALLBACK *callbacks; /**< The list of callbacks for the DCB */