summaryrefslogtreecommitdiff
path: root/evport.c
diff options
context:
space:
mode:
authorNiels Provos <provos@gmail.com>2009-01-19 23:52:21 +0000
committerNiels Provos <provos@gmail.com>2009-01-19 23:52:21 +0000
commitfa1c9a6d096b0be115db99095912750a4e12dca9 (patch)
treedd184fd2ac2d4e905227e355e7b25020a1244a69 /evport.c
parented7e0e77ed573d9f5b4123d7874de3efb02763d1 (diff)
downloadlibevent-fa1c9a6d096b0be115db99095912750a4e12dca9.tar.gz
rename the backend from "event ports" to "evport" - this will allow environment based disabling to work
svn:r1027
Diffstat (limited to 'evport.c')
-rw-r--r--evport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/evport.c b/evport.c
index 8db789c9..e553c005 100644
--- a/evport.c
+++ b/evport.c
@@ -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,