Skip to content

Commit

Permalink
rename the backend from "event ports" to "evport" - this will allow e…
Browse files Browse the repository at this point in the history
…nvironment based disabling to work

svn:r1027
  • Loading branch information
provos committed Jan 19, 2009
1 parent ed7e0e7 commit fa1c9a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evport.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ static int evport_dispatch (struct event_base *, struct timeval *);
static void evport_dealloc (struct event_base *);

const struct eventop evportops = {
"event ports",
"evport",
evport_init,
evport_add,
evport_del,
Expand Down

0 comments on commit fa1c9a6

Please sign in to comment.