From f04d9717c849d448150e15d87bc3685af714694a Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Fri, 26 Jan 2007 20:32:38 +0000 Subject: [PATCH] Add libevent link. --- eventxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/eventxx b/eventxx index abb67e7..1f5f2f5 100644 --- a/eventxx +++ b/eventxx @@ -9,10 +9,10 @@ * * @section Introduction * - * The libevent API provides a mechanism to execute a callback function when a - * specific event occurs on a file descriptor or after a timeout has been - * reached. Furthermore, libevent also support callbacks due to signals or - * regular timeouts. + * The libevent API provides + * a mechanism to execute a callback function when a specific event occurs on + * a file descriptor or after a timeout has been reached. Furthermore, libevent + * also support callbacks due to signals or regular timeouts. * * libevent is meant to replace the event loop found in event driven network * servers. An application just needs to call dispatcher::dispatch() and then -- 2.43.0