ENABLE_EVENT_STR
edata->enable ? ENABLE_EVENT_STR : DISABLE_EVENT_STR,
enable = strcmp(cmd, ENABLE_EVENT_STR) == 0;
.name = ENABLE_EVENT_STR,
(enable_data->enable ? ENABLE_EVENT_STR : DISABLE_EVENT_STR),
enable = ((strcmp(cmd, ENABLE_EVENT_STR) == 0) ||
enable = strcmp(cmd, ENABLE_EVENT_STR) == 0;
.name = ENABLE_EVENT_STR,