Merge "aco: Minimize use of regex." into 13

This commit is contained in:
Jenkins2
2017-12-18 13:32:31 -06:00
committed by Gerrit Code Review
17 changed files with 124 additions and 73 deletions

View File

@@ -543,8 +543,8 @@ static int jingle_endpoint_cmp(void *obj, void *arg, int flags)
static struct aco_type endpoint_option = {
.type = ACO_ITEM,
.name = "endpoint",
.category_match = ACO_BLACKLIST,
.category = "^general$",
.category_match = ACO_BLACKLIST_EXACT,
.category = "general",
.item_alloc = jingle_endpoint_alloc,
.item_find = jingle_endpoint_find,
.item_offset = offsetof(struct jingle_config, endpoints),