cw_ElemHandler->type is now void *
FossilOrigin-Name: 003406770903c77846a8dbb39a466e6fc226f930ac036857518b2c1321b54f29
This commit is contained in:
@ -172,13 +172,13 @@ static int update_msgdata(struct cw_MsgSet *set, struct cw_MsgData *msgdata,
|
||||
continue;
|
||||
}
|
||||
|
||||
if (handler->type != NULL){
|
||||
/* if (handler->type != NULL){
|
||||
if (mavl_add_ptr( set->types_tree, handler->type ) == NULL){
|
||||
cw_log(LOG_ERR, "Can't add type from handler: %s", strerror(errno));
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
||||
*/
|
||||
|
||||
ed.id = elemdef->id;
|
||||
ed.proto = elemdef->proto;
|
||||
|
Reference in New Issue
Block a user